File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ export default function GlobalFooter({ className }: { className?: string }) {
7575 to : "https://first-programming.utcode.net/" ,
7676 } ,
7777 { title : "GitHub" , to : "https://github.com/ut-code" } ,
78- { title : < FaXTwitter /> , to : "https://twitter.com/utokyo_code" } ,
78+ { title : "X" , to : "https://twitter.com/utokyo_code" } ,
7979 ] }
8080 />
8181 </ div >
Original file line number Diff line number Diff line change 11import React , { useEffect , useState } from "react" ;
22import { StaticImage } from "gatsby-plugin-image" ;
3- import { FaXTwitter } from "react-icons/fa6" ;
43import GlobalFooter from "../components/GlobalFooter" ;
54import GlobalHeader from "../components/GlobalHeader" ;
65import CommonHead from "../components/CommonHead" ;
@@ -35,7 +34,7 @@ export default function ContactPage() {
3534 < p > ut.code(); へのお問い合わせは、各種 SNS をご利用ください。</ p >
3635 < p className = "not-prose flex gap-4" >
3736 < ActionButton to = "https://twitter.com/utokyo_code" >
38- < FaXTwitter /> (旧 Twitter)
37+ X (旧 Twitter)
3938 </ ActionButton >
4039 < ActionButton to = "https://line.me/ti/p/%40nlr3843e" >
4140 LINE
Original file line number Diff line number Diff line change 66 FiBox ,
77 FiMessageSquare ,
88} from "react-icons/fi" ;
9- import { FaXTwitter } from "react-icons/fa6" ;
109import { StaticImage } from "gatsby-plugin-image" ;
1110import GlobalHeader from "../components/GlobalHeader" ;
1211import ActionButton from "../components/ActionButton" ;
@@ -189,7 +188,7 @@ export default function IndexPage({ data }: PageProps<Queries.IndexPageQuery>) {
189188 { title : "構成人数" , content : "20 名程度 (アクティブ)" } ,
190189 { title : "部室" , content : "駒場キャンパス学生会館 313B 教室" } ,
191190 {
192- title : < FaXTwitter /> ,
191+ title : "X" ,
193192 content : "@utokyo_code" ,
194193 link : "https://x.com/utokyo_code" ,
195194 } ,
You can’t perform that action at this time.
0 commit comments