Skip to content

Commit 96cda2f

Browse files
committed
fix some icons in documentation
1 parent 5048dbf commit 96cda2f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ services:
6464
labels:
6565
dockerDash.name: "DB"
6666
dockerDash.parents: "Todo"
67-
dockerDash.icon: "fi/FiDatabase"
67+
dockerDash.icon: "@styled-icons/feather/Database"
6868
container_name: vikunjadb
6969
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
7070
restart: unless-stopped
@@ -76,7 +76,7 @@ services:
7676
labels:
7777
dockerDash.name: "API"
7878
dockerDash.parents: "Todo"
79-
dockerDash.icon: "fi/FiServer"
79+
dockerDash.icon: "@styled-icons/feather/Server"
8080

8181
vikunjafrontend:
8282
image: vikunja/frontend
@@ -85,7 +85,7 @@ services:
8585
labels:
8686
dockerDash.name: "Todo"
8787
dockerDash.category: "Home"
88-
dockerDash.icon: "fi/FiPenTool"
88+
dockerDash.icon: "@styled-icons/fa-solid/Horse"
8989
dockerDash.link: https://my.vikunja.com
9090
```
9191
@@ -228,7 +228,7 @@ vikunjaapi:
228228
labels:
229229
dockerDash.name: "API"
230230
dockerDash.parents: "Todo"
231-
dockerDash.icon: "fi/FiServer"
231+
dockerDash.icon: "@styled-icons/feather/Server"
232232
233233
vikunjafrontend:
234234
image: vikunja/frontend
@@ -237,7 +237,7 @@ vikunjafrontend:
237237
labels:
238238
dockerDash.name: "Todo"
239239
dockerDash.category: "Home"
240-
dockerDash.icon: "fi/FiPenTool"
240+
dockerDash.icon: "@styled-icons/fa-solid/Horse"
241241
dockerDash.link: https://my.vikunja.com
242242
```
243243

docs/connectors/docker.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
labels:
3737
dockerDash.name: "DB"
3838
dockerDash.parents: "Todo"
39-
dockerDash.icon: "fi/FiDatabase"
39+
dockerDash.icon: "@styled-icons/feather/Database"
4040
container_name: vikunjadb
4141
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
4242
restart: unless-stopped
@@ -48,7 +48,7 @@ services:
4848
labels:
4949
dockerDash.name: "API"
5050
dockerDash.parents: "Todo"
51-
dockerDash.icon: "fi/FiServer"
51+
dockerDash.icon: "@styled-icons/feather/Server"
5252

5353
vikunjafrontend:
5454
image: vikunja/frontend
@@ -57,7 +57,7 @@ services:
5757
labels:
5858
dockerDash.name: "Todo"
5959
dockerDash.category: "Home"
60-
dockerDash.icon: "fi/FiPenTool"
60+
dockerDash.icon: "@styled-icons/fa-solid/Horse"
6161
dockerDash.link: https://my.vikunja.com
6262
```
6363

0 commit comments

Comments
 (0)