mirror of
https://github.com/trushildhokiya/allininx-2.git
synced 2025-03-14 18:28:41 +00:00
update
This commit is contained in:
parent
ebf364fa5f
commit
743ba7a765
@ -1 +0,0 @@
|
||||
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1155 1000"><path d="m577.3 0 577.4 1000H0z" fill="#fff"/></svg>
|
Before Width: | Height: | Size: 128 B |
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
19
lander/src/app/favicon.svg
Normal file
19
lander/src/app/favicon.svg
Normal file
@ -0,0 +1,19 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<style>
|
||||
path {
|
||||
fill: black;
|
||||
\
|
||||
}
|
||||
circle {
|
||||
fill: black;
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
path { fill: white; }
|
||||
circle { fill: white; }
|
||||
}
|
||||
</style>
|
||||
<path d="M6.82928 9C6.93984 8.68722 6.99999 8.35064 6.99999 8C6.99999 7.64936 6.93984 7.31278 6.82928 7H17C20.3137 7 23 9.68629 23 13C23 16.3137 20.3137 19 17 19H15.8293C15.9398 18.6872 16 18.3506 16 18C16 17.6494 15.9398 17.3128 15.8293 17H17C19.2091 17 21 15.2091 21 13C21 10.7909 19.2091 9 17 9H6.82928Z" fill="white"/>
|
||||
<circle cx="13" cy="18" r="3" fill="white"/>
|
||||
<circle cx="4" cy="8" r="3" fill="white"/>
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 699 B |
@ -73,7 +73,7 @@ const signin: React.FC = () => {
|
||||
</svg>
|
||||
</Link>
|
||||
<Link
|
||||
href={"https://docs.allinix.ai/"}
|
||||
href={"https://allinix-ai.gitbook.io/allinix"}
|
||||
target="_blank"
|
||||
className="h-8 w-8 duration-300 hover:scale-110"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user