feat(index): add roundcube
This commit is contained in:
parent
aeed1cdfe9
commit
6bf3978d41
2 changed files with 5 additions and 0 deletions
4
public/icons/roundcube.svg
Normal file
4
public/icons/roundcube.svg
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<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="M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10z"></path>
|
||||||
|
<path d="M3 7l9 6l9 -6"></path>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 294 B |
|
@ -15,6 +15,7 @@ const services = [
|
||||||
{ serviceName: "Navidrome" },
|
{ serviceName: "Navidrome" },
|
||||||
{ serviceName: "Radicale" },
|
{ serviceName: "Radicale" },
|
||||||
{ serviceName: "Redlib" },
|
{ serviceName: "Redlib" },
|
||||||
|
{ serviceName: "Roundcube" },
|
||||||
{ serviceName: "Scrutiny" },
|
{ serviceName: "Scrutiny" },
|
||||||
{ serviceName: "Synapse Admin" },
|
{ serviceName: "Synapse Admin" },
|
||||||
{ serviceName: "Umami" },
|
{ serviceName: "Umami" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue