File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 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
1415export 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 }
You can’t perform that action at this time.
0 commit comments