-
- {domain.domain.charAt(0).toUpperCase()}
-
{domain.domain}
@@ -526,9 +523,6 @@ export default function YieldPage() {
{/* Desktop */}
-
- {domain.domain.charAt(0).toUpperCase()}
-
{domain.domain}
diff --git a/frontend/src/components/hunt/DropsTab.tsx b/frontend/src/components/hunt/DropsTab.tsx
index ae9dcc6..c3f3e29 100644
--- a/frontend/src/components/hunt/DropsTab.tsx
+++ b/frontend/src/components/hunt/DropsTab.tsx
@@ -421,7 +421,6 @@ export function DropsTab({ showToast }: DropsTabProps) {
- {ALL_TLDS.find(t => t.tld === item.tld)?.flag || '🌐'}
@@ -461,9 +460,8 @@ export function DropsTab({ showToast }: DropsTabProps) {
{/* Desktop Row */}
-
+
- {ALL_TLDS.find(t => t.tld === item.tld)?.flag || '🌐'}