diff --git a/package.json b/package.json index f76d1b2..17d563e 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "@astrojs/mdx": "^2.3.1", "@astrojs/react": "^3.3.0", "@astrojs/tailwind": "^5.1.0", + "@fontsource/twinkle-star": "^5.0.19", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-navigation-menu": "^1.1.4", "@radix-ui/react-slot": "^1.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d070191..8bc5b0d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,6 +17,9 @@ dependencies: '@astrojs/tailwind': specifier: ^5.1.0 version: 5.1.0(astro@4.6.2)(tailwindcss@3.4.3) + '@fontsource/twinkle-star': + specifier: ^5.0.19 + version: 5.0.19 '@radix-ui/react-dropdown-menu': specifier: ^2.0.6 version: 2.0.6(@types/react-dom@18.2.25)(@types/react@18.2.79)(react-dom@18.2.0)(react@18.2.0) @@ -956,6 +959,10 @@ packages: resolution: {integrity: sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==} dev: false + /@fontsource/twinkle-star@5.0.19: + resolution: {integrity: sha512-Ea0wV0BbXWS6tys8hcjViCOaSNh1ZDk0CbheMao+/VFHKZy1UB19LHHrCxksMgWxVIlu0N8+xGWj29rzBaAfhQ==} + dev: false + /@isaacs/cliui@8.0.2: resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} engines: {node: '>=12'} diff --git a/src/components/Linkstree.astro b/src/components/Linkstree.astro index afc0a73..67b0f92 100644 --- a/src/components/Linkstree.astro +++ b/src/components/Linkstree.astro @@ -5,7 +5,7 @@ } -
+
~Linkedin
~Twitter
diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro index c7165c0..d7e89da 100644 --- a/src/components/Navigation.astro +++ b/src/components/Navigation.astro @@ -1,14 +1,41 @@ -