Skip to content

Commit

Permalink
fix(ui): remove obsolete footer link
Browse files Browse the repository at this point in the history
  • Loading branch information
urtho committed Nov 22, 2024
1 parent 722aa39 commit 8932788
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions ui/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,7 @@ export function Footer() {
</div>
<div className="mt-8 md:order-1 md:mt-0">
<p className="text-center text-sm leading-5 text-stone-600 dark:text-stone-400">
Réti Pooling v{__APP_VERSION__} <span className="mx-1 opacity-50">|</span>{' '}
<a
href="https://github.com/algorandfoundation/reti"
className="link hover:text-foreground"
target="_blank"
rel="noopener noreferrer"
>
TxnLab/reti
</a>
Réti Pooling v{__APP_VERSION__}
{import.meta.env.VITE_FOOTER_EXTRA_ITEM && FooterExtraItem()}
</p>
</div>
Expand Down

0 comments on commit 8932788

Please sign in to comment.