diff --git a/package.json b/package.json index b07e091..e93e8b5 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ }, "devDependencies": { "@iconify-json/bi": "^1.2.1", + "@iconify-json/simple-icons": "^1.2.10", "@tailwindcss/typography": "^0.5.15", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6caf9c7..2a1b47e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -36,6 +36,9 @@ importers: '@iconify-json/bi': specifier: ^1.2.1 version: 1.2.1 + '@iconify-json/simple-icons': + specifier: ^1.2.10 + version: 1.2.10 '@tailwindcss/typography': specifier: ^0.5.15 version: 0.5.15(tailwindcss@3.4.14) @@ -330,6 +333,9 @@ packages: '@iconify-json/fluent@1.2.5': resolution: {integrity: sha512-7d8Pq6szZ+bnWk649wXub6LSLVbRUUpa6al0c/enW+dWa6EGVADReDEyjHLB86WO+Wi05CmBDKHtZBm29SRmwg==} + '@iconify-json/simple-icons@1.2.10': + resolution: {integrity: sha512-9OK1dsSjXlH36lhu5n+BlSoXuqFjHUErGLtNdzHpq0vHq4YFBuGYWtZ+vZTHLreRQ8ijPRv/6EsgkV+nf6AReQ==} + '@iconify/tools@4.0.7': resolution: {integrity: sha512-zOJxKIfZn96ZRGGvIWzDRLD9vb2CsxjcLuM+QIdvwWbv6SWhm49gECzUnd4d2P0sq9sfodT7yCNobWK8nvavxQ==} @@ -2636,6 +2642,10 @@ snapshots: dependencies: '@iconify/types': 2.0.0 + '@iconify-json/simple-icons@1.2.10': + dependencies: + '@iconify/types': 2.0.0 + '@iconify/tools@4.0.7': dependencies: '@iconify/types': 2.0.0 diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 90ff71f..f03329d 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -64,23 +64,34 @@ import UltramarineAltLogo from "./icons/UltramarineAltLogo.astro";