diff --git a/src/components/navbar.svelte b/src/components/navbar.svelte index 8dee79f..bf7dc42 100644 --- a/src/components/navbar.svelte +++ b/src/components/navbar.svelte @@ -5,7 +5,7 @@ import Logo from './logo.svelte'; import Theme from './theme.svelte'; - import { ArrowUpRight, CloudyIcon, GithubIcon, TwitterIcon } from 'lucide-svelte'; + import { ArrowUpRight, CloudyIcon, GithubIcon } from 'lucide-svelte'; import XIcon from './xIcon.svelte'; const socials = [ @@ -86,7 +86,7 @@ size={16} name="External link" strokeWidth={1.5} - class="ml-1 transition-transform duration-300 group-hover:translate-x-[1px] hidden md:block" + class="ml-1 transition-transform duration-300 group-hover:-translate-y-[1px] group-hover:translate-x-[1px] hidden md:block" /> {/if} diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 7ea15bc..60364b7 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -76,6 +76,12 @@ export const svgs: iSVG[] = [ route: '/library/ton.svg', url: 'https://ton.org/' }, + { + title: 'Locofy', + category: 'AI', + route: '/library/locofy.svg', + url: 'https://www.locofy.ai/' + }, { title: 'Runway', category: 'AI', @@ -142,6 +148,12 @@ export const svgs: iSVG[] = [ route: '/library/postman.svg', url: 'https://www.getpostman.com/' }, + { + title: 'Discord.js', + category: 'Library', + route: '/library/djs.svg', + url: 'https://discord.js.org/' + }, { title: 'OpenSea', category: 'Crypto', @@ -700,6 +712,12 @@ export const svgs: iSVG[] = [ route: '/library/flutter.svg', url: 'https://flutter.dev/' }, + { + title: 'Auth0', + category: 'Library', + route: '/library/auth0.svg', + url: 'https://auth0.com/' + }, { title: 'Fresh', category: 'Framework', diff --git a/static/library/auth0.svg b/static/library/auth0.svg new file mode 100644 index 0000000..61ed78e --- /dev/null +++ b/static/library/auth0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/djs.svg b/static/library/djs.svg new file mode 100644 index 0000000..9579468 --- /dev/null +++ b/static/library/djs.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/static/library/locofy.svg b/static/library/locofy.svg new file mode 100644 index 0000000..d05a202 --- /dev/null +++ b/static/library/locofy.svg @@ -0,0 +1 @@ + \ No newline at end of file