diff --git a/src/components/githubIcon.svelte b/src/components/githubIcon.svelte new file mode 100644 index 0000000..432ec29 --- /dev/null +++ b/src/components/githubIcon.svelte @@ -0,0 +1,15 @@ + + + + diff --git a/src/components/navbar.svelte b/src/components/navbar.svelte index 27e56f4..a78c27d 100644 --- a/src/components/navbar.svelte +++ b/src/components/navbar.svelte @@ -3,15 +3,12 @@ import { cn } from '@/utils/cn'; import Logo from './logo.svelte'; - import { ArrowUpRight, CloudyIcon, GithubIcon, TwitterIcon } from 'lucide-svelte'; import Theme from './theme.svelte'; + import { ArrowUpRight, CloudyIcon, GithubIcon, TwitterIcon } from 'lucide-svelte'; + import XIcon from './xIcon.svelte'; + const socials = [ - { - name: 'Twitter', - url: 'https://twitter.com/pheralb_', - icon: TwitterIcon - }, { name: 'GitHub', url: 'https://github.com/pheralb/svgl', @@ -39,8 +36,6 @@ external: true } ]; - - console.log(currentPath);