Skip to content

Commit

Permalink
Merge pull request #27 from Discord-Dashboard/backgroundImage
Browse files Browse the repository at this point in the history
Added background image
  • Loading branch information
DJKnaeckebrot authored Nov 4, 2023
2 parents 2ed88f3 + 20592b9 commit 41dc366
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/docs/icons/backgroundImage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Favicon

#### **[Parent: icons](/docs/icons/)**

A [String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) which is the background image on the settings page of the guilds.

## Example Usage

```js
theme: SoftUI({
icons: {
backgroundImage: "https://www.imageshine.in/uploads/gallery/geometric-Blue-Wallpaper-Free-Download.jpg"
}
})
```

## Types

- [String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)
2 changes: 2 additions & 0 deletions src/docs/icons/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ An [Object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Gl
```js
theme: SoftUI({
icons: {
backgroundImage: "https://www.imageshine.in/uploads/gallery/geometric-Blue-Wallpaper-Free-Download.jpg",
favicon: "https://assistantscenter.com/wp-content/uploads/2021/11/cropped-cropped-logov6.png",
noGuildIcon: "https://pnggrid.com/wp-content/uploads/2021/05/Discord-Logo-Circle-1024x1024.png",
sidebar: {
Expand All @@ -22,6 +23,7 @@ theme: SoftUI({

## Properties

- [backgroundImage](/docs/icons/backgroundImage)
- [favicon](/docs/icons/favicon)
- [noGuildIcon](/docs/icons/noGuildIcon)
- [sidebar](/docs/icons/sidebar/)
Expand Down

0 comments on commit 41dc366

Please sign in to comment.