Skip to content

Commit db53045

Browse files
committed
feat: add new web services and update icons in Home component
1 parent c2c2f4c commit db53045

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/page.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ import {
99
FaRegStickyNote,
1010
FaWordpress,
1111
} from "react-icons/fa";
12-
import { SiBluesky, SiZenn } from "react-icons/si";
12+
import { FaPencil } from "react-icons/fa6";
13+
import { SiBluesky, SiHono, SiZenn } from "react-icons/si";
1314

1415
export default function Home() {
1516
return (
@@ -46,6 +47,8 @@ export default function Home() {
4647
{ name: "Note", url: "https://note.com/ymahata", icon: <FaRegStickyNote className="h-5 w-5" /> },
4748
{ name: "DEV", url: "https://dev.to/mahata", icon: <FaDev className="h-5 w-5" /> },
4849
{ name: "Medium", url: "https://medium.com/@mahata777", icon: <FaMedium className="h-5 w-5" /> },
50+
{ name: "Vercelog", url: "https://vercelog.mahata.org", icon: <SiHono className="h-5 w-5" /> },
51+
{ name: "しずかなインターネット", url: "https://sizu.me/mahata", icon: <FaPencil className="h-5 w-5" /> },
4952
].map((link) => (
5053
<a
5154
key={link.name}

0 commit comments

Comments
 (0)