Skip to content

Commit 7b5e880

Browse files
committed
Replace button to question in question table with plain Link
1 parent b023d6d commit 7b5e880

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/frontend/src/app/question/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ export default function Home() {
287287
query: { data: question.docRefId }, // the data
288288
}}
289289
>
290-
<Button type="link">{text}</Button>
290+
{text}
291291
</Link>
292292
),
293293
},
@@ -458,7 +458,7 @@ export default function Home() {
458458
query: { data: question.docRefId }, // the data
459459
}}
460460
>
461-
<Button type="link">{text}</Button>
461+
{text}
462462
</Link>
463463
),
464464
},

0 commit comments

Comments
 (0)