feat(index): add headplane
This commit is contained in:
parent
c2aedbb319
commit
76e0ae782a
2 changed files with 5 additions and 0 deletions
4
public/icons/headplane.svg
Normal file
4
public/icons/headplane.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.714 3.048a.498.498 0 0 0-.683.627l2.843 7.627a2 2 0 0 1 0 1.396l-2.842 7.627a.498.498 0 0 0 .682.627l18-8.5a.5.5 0 0 0 0-.904z"/>
|
||||
<path d="M6 12h16"/>
|
||||
</svg>
|
After Width: | Height: | Size: 329 B |
|
@ -9,6 +9,7 @@ const services = [
|
|||
{ serviceName: "Dozzle" },
|
||||
{ serviceName: "Element" },
|
||||
{ serviceName: "Gitea", serviceUrl: "https://git.home.arpa" },
|
||||
{ serviceName: "Headplane", serviceUrl: "https://headscale.home.arpa/admin" },
|
||||
{ serviceName: "Immich" },
|
||||
{ serviceName: "Lodestone" },
|
||||
{ serviceName: "Maloja" },
|
||||
|
|
Loading…
Add table
Reference in a new issue