Skip to content

Commit d6f114f

Browse files
committed
Remove Gas estimator link in footer
1 parent 364d97e commit d6f114f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

apps/dashboard/src/@/components/blocks/app-footer.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,7 @@ export function AppFooter(props: AppFooterProps) {
119119
>
120120
Terms of Service
121121
</Link>
122-
<Link
123-
className="px-[10px] py-[6px] text-muted-foreground text-sm hover:underline"
124-
href="https://thirdweb.com/gas"
125-
target="_blank"
126-
>
127-
Gas Estimator
128-
</Link>
122+
129123
<Link
130124
className="px-[10px] py-[6px] text-muted-foreground text-sm hover:underline"
131125
href="https://thirdweb.com/chainlist"

0 commit comments

Comments
 (0)