We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d1e1f commit 31713e0Copy full SHA for 31713e0
src/pages/index.tsx
@@ -197,9 +197,7 @@ export default function IndexPage({ data }: PageProps<Queries.IndexPageQuery>) {
197
},
198
{ title: "所属", content: "東京大学工学部丁友会 (2022 年度)" },
199
].map(({ title, content, link }) => (
200
- <li
201
- className="flex gap-4 border-b border-gray-400 px-6 py-3"
202
- >
+ <li className="flex gap-4 border-b border-gray-400 px-6 py-3">
203
<div className="w-24">{title}</div>
204
{link ? (
205
<a
0 commit comments