diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5b6358b..dc4982c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ importers: dependencies: '@lucide/astro': specifier: ^1.44.0 - version: 1.44.0(astro@7.3.2(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.3)(jiti@2.7.0)) + version: 1.46.0(astro@7.3.2(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.3)(jiti@2.7.0)) '@tailwindcss/typography': specifier: ^0.5.20 version: 0.5.20(tailwindcss@4.3.3) @@ -533,8 +533,8 @@ packages: '@jridgewell/trace-mapping@0.3.31': resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==} - '@lucide/astro@1.44.0': - resolution: {integrity: sha512-WA7/f3slXUhrffeEGeYtBhKItnG6FitVawY6M40EU26prnJDUcGNQcGb+8Mpyu9ZKu2EnLI3JYGr6AMIVImGFw==} + '@lucide/astro@1.46.0': + resolution: {integrity: sha512-yuJSS8gD+B6RwnQ6zvKzy4wmJYZyyHXoESVyUd4eAFzF8QCDgYO9mom6nwow5VR4qu5mtHklkgEQffrXdYHvyw==} peerDependencies: astro: ^4 || ^5 || ^6 || ^7 @@ -1986,7 +1986,7 @@ snapshots: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.6.0 - '@lucide/astro@1.44.0(astro@7.3.2(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.3)(jiti@2.7.0))': + '@lucide/astro@1.46.0(astro@7.3.2(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.3)(jiti@2.7.0))': dependencies: astro: 7.3.2(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.3)(jiti@2.7.0) diff --git a/public/endof10.svg b/public/endof10.svg deleted file mode 100644 index 2b6e342..0000000 --- a/public/endof10.svg +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/favicon.ico b/public/favicon.ico index ed4e3fe..7f48a94 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/favicon.png b/public/favicon.png deleted file mode 100644 index 637c701..0000000 Binary files a/public/favicon.png and /dev/null differ diff --git a/public/favicon.svg b/public/favicon.svg index 027b723..f157bd1 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -1 +1,9 @@ - \ No newline at end of file + + + + diff --git a/public/transitions/big.svg b/public/transitions/big.svg deleted file mode 100644 index 088c74d..0000000 --- a/public/transitions/big.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - \ No newline at end of file diff --git a/public/transitions/small.svg b/public/transitions/small.svg deleted file mode 100644 index 6190235..0000000 --- a/public/transitions/small.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - \ No newline at end of file diff --git a/public/vhs.svg b/public/vhs.svg deleted file mode 100644 index eee51f6..0000000 --- a/public/vhs.svg +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - diff --git a/src/components/Footer.astro b/src/components/Footer.astro index f9d3f7d..dd22885 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -3,32 +3,20 @@ import path from "../utils/path.ts" ---