Skip to content

Commit

Permalink
chore: revert frontend banner (Swaylend#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 authored Nov 3, 2024
1 parent a5ea3f8 commit e13a360
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions apps/frontend/src/components/Navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,35 +60,15 @@ export const Navbar = ({ mobile = false }: { mobile?: boolean }) => {
return (
<>
<div className="w-full text-center bg-primary font-medium text-md text-primary-foreground py-2 px-4">
All activities on Swaylend are currently paused due to technical issues.
Join the{' '}
<a
href="https://discord.gg/7N796pdHNk"
target="_blank"
rel="noreferrer"
className="underline ml-1"
>
Discord
</a>{' '}
or follow the{' '}
<a
href="https://x.com/swaylend"
target="_blank"
rel="noreferrer"
className="underline ml-1"
>
X
</a>{' '}
profile for the latest updates.
{/* Start earning Fuel Activity Points by Lending and Borrowing!
Start earning Fuel Activity Points by Lending and Borrowing!
<a
href="https://app.fuel.network/earn-points"
target="_blank"
rel="noreferrer"
className="underline ml-1"
>
Learn more
</a> */}
</a>
</div>
{/* DESKTOP */}
<div className="max-lg:hidden">
Expand Down

0 comments on commit e13a360

Please sign in to comment.