diff --git a/web/pages/challenges/index.tsx b/web/pages/challenges/index.tsx
index 21894637..72dccf01 100644
--- a/web/pages/challenges/index.tsx
+++ b/web/pages/challenges/index.tsx
@@ -81,7 +81,14 @@ function YourChallengesTable(props: { links: Challenge[] }) {
@@ -109,7 +116,12 @@ function YourLinkSummaryRow(props: { challenge: Challenge }) {
{formatMoney(challenge.creatorAmount)}
- Amount
- Link
+
+ Link
+
Accepted By