mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-13 08:46:56 +08:00
🪄 Optimized Navbar
This commit is contained in:
parent
d0a69a3c52
commit
1d011ec84b
@ -5,7 +5,7 @@
|
|||||||
import Logo from './logo.svelte';
|
import Logo from './logo.svelte';
|
||||||
import Theme from './theme.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';
|
import XIcon from './xIcon.svelte';
|
||||||
|
|
||||||
const socials = [
|
const socials = [
|
||||||
@ -86,7 +86,7 @@
|
|||||||
size={16}
|
size={16}
|
||||||
name="External link"
|
name="External link"
|
||||||
strokeWidth={1.5}
|
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}
|
{/if}
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user