Skip to content

Commit

Permalink
fix some icons in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Inlustra committed Aug 9, 2021
1 parent 5048dbf commit 96cda2f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ services:
labels:
dockerDash.name: "DB"
dockerDash.parents: "Todo"
dockerDash.icon: "fi/FiDatabase"
dockerDash.icon: "@styled-icons/feather/Database"
container_name: vikunjadb
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
restart: unless-stopped
Expand All @@ -76,7 +76,7 @@ services:
labels:
dockerDash.name: "API"
dockerDash.parents: "Todo"
dockerDash.icon: "fi/FiServer"
dockerDash.icon: "@styled-icons/feather/Server"

vikunjafrontend:
image: vikunja/frontend
Expand All @@ -85,7 +85,7 @@ services:
labels:
dockerDash.name: "Todo"
dockerDash.category: "Home"
dockerDash.icon: "fi/FiPenTool"
dockerDash.icon: "@styled-icons/fa-solid/Horse"
dockerDash.link: https://my.vikunja.com
```

Expand Down Expand Up @@ -228,7 +228,7 @@ vikunjaapi:
labels:
dockerDash.name: "API"
dockerDash.parents: "Todo"
dockerDash.icon: "fi/FiServer"
dockerDash.icon: "@styled-icons/feather/Server"

vikunjafrontend:
image: vikunja/frontend
Expand All @@ -237,7 +237,7 @@ vikunjafrontend:
labels:
dockerDash.name: "Todo"
dockerDash.category: "Home"
dockerDash.icon: "fi/FiPenTool"
dockerDash.icon: "@styled-icons/fa-solid/Horse"
dockerDash.link: https://my.vikunja.com
```

Expand Down
6 changes: 3 additions & 3 deletions docs/connectors/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
labels:
dockerDash.name: "DB"
dockerDash.parents: "Todo"
dockerDash.icon: "fi/FiDatabase"
dockerDash.icon: "@styled-icons/feather/Database"
container_name: vikunjadb
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
restart: unless-stopped
Expand All @@ -48,7 +48,7 @@ services:
labels:
dockerDash.name: "API"
dockerDash.parents: "Todo"
dockerDash.icon: "fi/FiServer"
dockerDash.icon: "@styled-icons/feather/Server"

vikunjafrontend:
image: vikunja/frontend
Expand All @@ -57,7 +57,7 @@ services:
labels:
dockerDash.name: "Todo"
dockerDash.category: "Home"
dockerDash.icon: "fi/FiPenTool"
dockerDash.icon: "@styled-icons/fa-solid/Horse"
dockerDash.link: https://my.vikunja.com
```

Expand Down

0 comments on commit 96cda2f

Please sign in to comment.