feat(index): replace bambui by sftpgo
This commit is contained in:
parent
0b3204f616
commit
c2aedbb319
3 changed files with 6 additions and 8 deletions
|
@ -1,7 +0,0 @@
|
|||
<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 stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<path d="M21 16.008v-8.018a1.98 1.98 0 0 0 -1 -1.717l-7 -4.008a2.016 2.016 0 0 0 -2 0l-7 4.008c-.619 .355 -1 1.01 -1 1.718v8.018c0 .709 .381 1.363 1 1.717l7 4.008a2.016 2.016 0 0 0 2 0l7 -4.008c.619 -.355 1 -1.01 1 -1.718z" />
|
||||
<path d="M12 22v-10" />
|
||||
<path d="M12 12l8.73 -5.04" />
|
||||
<path d="M3.27 6.96l8.73 5.04" />
|
||||
</svg>
|
Before Width: | Height: | Size: 538 B |
5
public/icons/sftpgo.svg
Normal file
5
public/icons/sftpgo.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 6m-8 0a8 3 0 1 0 16 0a8 3 0 1 0 -16 0"></path>
|
||||
<path d="M4 6v6a8 3 0 0 0 16 0v-6"></path>
|
||||
<path d="M4 12v6a8 3 0 0 0 16 0v-6"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 313 B |
|
@ -4,7 +4,6 @@ import ServiceCard from "../components/ServiceCard.astro";
|
|||
|
||||
const services = [
|
||||
{ serviceName: "AmneziaWG" },
|
||||
{ serviceName: "BambUI" },
|
||||
{ serviceName: "Blog", serviceUrl: "https://blog.z0x.home.arpa" },
|
||||
{ serviceName: "Dockge" },
|
||||
{ serviceName: "Dozzle" },
|
||||
|
@ -18,6 +17,7 @@ const services = [
|
|||
{ serviceName: "Redlib" },
|
||||
{ serviceName: "Roundcube" },
|
||||
{ serviceName: "Scrutiny" },
|
||||
{ serviceName: "SFTPGo" },
|
||||
{ serviceName: "Synapse Admin" },
|
||||
{ serviceName: "Umami" },
|
||||
{ serviceName: "Unifi" },
|
||||
|
|
Loading…
Add table
Reference in a new issue