mirror of
https://github.com/tuna2134/cecilia.git
synced 2026-07-25 22:51:35 +00:00
fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { Github, Twitter } from "iconoir-react";
|
import { Github, Mail, Twitter } from "iconoir-react";
|
||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
|
|
||||||
@@ -24,6 +24,9 @@ export const Profile: React.FC = () => {
|
|||||||
<Link href="https://github.com/tuna2134">
|
<Link href="https://github.com/tuna2134">
|
||||||
<Github />
|
<Github />
|
||||||
</Link>
|
</Link>
|
||||||
|
<Link href="mailto:m-kikuchi@tuna2134.dev">
|
||||||
|
<Mail />
|
||||||
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user