Skip to content

Commit e75f65f

Browse files
committed
use the X character instead of X icon
1 parent b9cf359 commit e75f65f

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/components/GlobalFooter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

src/pages/contact.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React, { useEffect, useState } from "react";
22
import { StaticImage } from "gatsby-plugin-image";
3-
import { FaXTwitter } from "react-icons/fa6";
43
import GlobalFooter from "../components/GlobalFooter";
54
import GlobalHeader from "../components/GlobalHeader";
65
import 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

src/pages/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
FiBox,
77
FiMessageSquare,
88
} from "react-icons/fi";
9-
import { FaXTwitter } from "react-icons/fa6";
109
import { StaticImage } from "gatsby-plugin-image";
1110
import GlobalHeader from "../components/GlobalHeader";
1211
import 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
},

0 commit comments

Comments
 (0)