diff --git a/package.json b/package.json index 64fe52f..d6d4d27 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "format": "biome format --write" }, "dependencies": { + "iconoir-react": "^7.11.0", "next": "16.2.6", "react": "19.2.4", "react-dom": "19.2.4" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f703566..2a1aee1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,6 +8,9 @@ importers: .: dependencies: + iconoir-react: + specifier: ^7.11.0 + version: 7.11.0(react@19.2.4) next: specifier: 16.2.6 version: 16.2.6(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) @@ -479,6 +482,11 @@ packages: graceful-fs@4.2.11: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} + iconoir-react@7.11.0: + resolution: {integrity: sha512-uvTKtnHYwbbTsmQ6HCcliYd50WK0GbjP497RwdISxKzfS01x4cK1Mn/F2mT/t2roSaJQ0I+KnHxMcyvmNMXWsQ==} + peerDependencies: + react: 18 || 19 + jiti@2.7.0: resolution: {integrity: sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==} hasBin: true @@ -954,6 +962,10 @@ snapshots: graceful-fs@4.2.11: {} + iconoir-react@7.11.0(react@19.2.4): + dependencies: + react: 19.2.4 + jiti@2.7.0: {} lightningcss-android-arm64@1.32.0: diff --git a/src/components/pages/Home/Profile.tsx b/src/components/pages/Home/Profile.tsx index 3f97e27..9eda8fc 100644 --- a/src/components/pages/Home/Profile.tsx +++ b/src/components/pages/Home/Profile.tsx @@ -1,4 +1,6 @@ +import { Github, Twitter } from "iconoir-react"; import Image from "next/image"; +import Link from "next/link"; export const Profile: React.FC = () => { return ( @@ -15,6 +17,14 @@ export const Profile: React.FC = () => {
はじめまして、tuna2134です。サーバーをいじったりするのが楽しいと思っている人間です!
+