feat(index): add maloja
This commit is contained in:
parent
6bf3978d41
commit
0b3204f616
2 changed files with 6 additions and 0 deletions
5
public/icons/maloja.svg
Normal file
5
public/icons/maloja.svg
Normal file
|
@ -0,0 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#e5e7eb" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
|
||||
<path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0"></path>
|
||||
<path d="M7 12a5 5 0 1 0 5 -5"></path>
|
||||
<path d="M6.29 18.957a9 9 0 1 0 5.71 -15.957"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 318 B |
|
@ -12,6 +12,7 @@ const services = [
|
|||
{ serviceName: "Gitea", serviceUrl: "https://git.home.arpa" },
|
||||
{ serviceName: "Immich" },
|
||||
{ serviceName: "Lodestone" },
|
||||
{ serviceName: "Maloja" },
|
||||
{ serviceName: "Navidrome" },
|
||||
{ serviceName: "Radicale" },
|
||||
{ serviceName: "Redlib" },
|
||||
|
|
Loading…
Add table
Reference in a new issue