diff --git a/app/constants/link/link.ts b/app/constants/link/link.ts index 66f29e8..9e9d8d5 100644 --- a/app/constants/link/link.ts +++ b/app/constants/link/link.ts @@ -4,7 +4,7 @@ export const LINK = { BLUESKY: "https://bsky.app/profile/yossydev.com", GITHUB: "https://github.com/yossydev", LINKEDIN: "https://www.linkedin.com/in/yutodev", - EMAIL: "codeyy021@gmail.com", + EMAIL: "yossydev@yossy.dev", ZENN: "https://zenn.dev/yuto76", AMAZON: "https://www.amazon.jp/hz/wishlist/ls/XSPLZ7OVMR3M?ref_=wl_share", YOUTUBE: "https://www.youtube.com/@yossydev", diff --git a/app/routes/profile/index.tsx b/app/routes/profile/index.tsx index 1d8925e..788be6e 100644 --- a/app/routes/profile/index.tsx +++ b/app/routes/profile/index.tsx @@ -1,6 +1,5 @@ import type { FC } from "hono/jsx"; import { createRoute } from "honox/factory"; -import { Link } from "honox/server"; import { Heading } from "../../components/Heading"; import { LINK } from "../../constants"; @@ -93,7 +92,9 @@ export default createRoute((c) => { class="md:w-[600px] w-full md:h-auto h-40" /> - +