diff --git a/package.json b/package.json index ea616af..9e03f86 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "dependencies": { "@tailwindcss/vite": "^4.1.13", "astro": "^5.13.5", + "lucide-astro": "^0.542.0", "tailwindcss": "^4.1.13" }, "packageManager": "pnpm@10.15.1" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 53645bf..193a8b9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -14,6 +14,9 @@ importers: astro: specifier: ^5.13.5 version: 5.13.5(@types/node@24.3.1)(jiti@2.5.1)(lightningcss@1.30.1)(rollup@4.50.0)(typescript@5.9.2) + lucide-astro: + specifier: ^0.542.0 + version: 0.542.0(astro@5.13.5(@types/node@24.3.1)(jiti@2.5.1)(lightningcss@1.30.1)(rollup@4.50.0)(typescript@5.9.2)) tailwindcss: specifier: ^4.1.13 version: 4.1.13 @@ -1034,6 +1037,11 @@ packages: lru-cache@10.4.3: resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} + lucide-astro@0.542.0: + resolution: {integrity: sha512-68AwEGCOmYcdShAEgz/AcQhCn9oQJwZOb5OZbwIHJM3AlZOq6B/IIlJyMbVQJJx/sTx3JgsY+iyjNodDvDiaYg==} + peerDependencies: + astro: '>=2.7.1' + magic-string@0.30.18: resolution: {integrity: sha512-yi8swmWbO17qHhwIBNeeZxTceJMeBvWJaId6dyvTSOwTipqeHhMhOrz6513r1sOKnpvQ7zkhlG8tPrpilwTxHQ==} @@ -2671,6 +2679,10 @@ snapshots: lru-cache@10.4.3: {} + lucide-astro@0.542.0(astro@5.13.5(@types/node@24.3.1)(jiti@2.5.1)(lightningcss@1.30.1)(rollup@4.50.0)(typescript@5.9.2)): + dependencies: + astro: 5.13.5(@types/node@24.3.1)(jiti@2.5.1)(lightningcss@1.30.1)(rollup@4.50.0)(typescript@5.9.2) + magic-string@0.30.18: dependencies: '@jridgewell/sourcemap-codec': 1.5.5 diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 1677878..319e69a 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -22,7 +22,7 @@ const homeHref = hrefFor('home', lang); -
+