Skip to content

Commit

Permalink
chore: gmail
Browse files Browse the repository at this point in the history
  • Loading branch information
yossydev committed Oct 18, 2024
1 parent e8bf6d4 commit cf10493
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/constants/link/link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: "[email protected]",
EMAIL: "[email protected]",
ZENN: "https://zenn.dev/yuto76",
AMAZON: "https://www.amazon.jp/hz/wishlist/ls/XSPLZ7OVMR3M?ref_=wl_share",
YOUTUBE: "https://www.youtube.com/@yossydev",
Expand Down
5 changes: 3 additions & 2 deletions app/routes/profile/index.tsx
Original file line number Diff line number Diff line change
@@ -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";

Expand Down Expand Up @@ -93,7 +92,9 @@ export default createRoute((c) => {
class="md:w-[600px] w-full md:h-auto h-40"
/>
<Heading title="Contact" />
<Text text="お仕事や登壇のご依頼などはXのDMもしくは[email protected]までご連絡ください。" />
<Text
text={`お仕事や登壇のご依頼などはXのDMもしくは${LINK.EMAIL}までご連絡ください。`}
/>
<br />
<Heading title="Link" />
<ul class="text-lg mt-6">
Expand Down

0 comments on commit cf10493

Please sign in to comment.