Skip to content

Commit

Permalink
chore: improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Nov 26, 2024
1 parent fd68e91 commit 3647b4c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
6 changes: 2 additions & 4 deletions apps/frontend/src/components/LeaderboardView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,8 @@ export const LeaderboardView = () => {
</table>
</div>
</div>
<div className="lg:hidden">
<div className="text-xl flex w-full justify-center items-center mt-[125px] font-semibold text-white">
Available on Desktop
</div>
<div className="lg:hidden w-full h-[60dvh] flex items-center justify-center">
This page is not supported on this screen size.
</div>
</>
);
Expand Down
13 changes: 6 additions & 7 deletions apps/frontend/src/components/PointIcons/PointsTooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,10 @@ export const POINTS_COLLATERAL: Point[] = [
},
{
id: '3',
name: 'SwayPoints',
name: 'Swaypoints',
description: (
<div className="text-md">
Supply this asset as collateral to earn 1 Swaylend Point per dollar
value.
Supply this asset as collateral to earn 1 Swaypoint per dollar value.
</div>
),
icon: SYMBOL_TO_ICON.SWAY,
Expand Down Expand Up @@ -99,11 +98,11 @@ export const POINTS_BORROW: Point[] = [
},
{
id: '2',
name: 'SwayPoints',
name: 'Swaypoints',
description: (
<div className="text-md">
By Borrowing USDC on Swaylend you get a{' '}
<span className="text-primary">5x</span> Swaylend Points Multiplier.
<span className="text-primary">5x</span> Swaypoints Multiplier.
</div>
),
icon: SYMBOL_TO_ICON.SWAY,
Expand Down Expand Up @@ -146,11 +145,11 @@ export const POINTS_LEND: Point[] = [
},
{
id: '2',
name: 'SwayPoints',
name: 'Swaypoints',
description: (
<div className="text-md">
By Lending USDC on Swaylend you get a{' '}
<span className="text-primary">3x</span> Swaylend Points Multiplier.
<span className="text-primary">3x</span> Swaypoints Multiplier.
</div>
),
icon: SYMBOL_TO_ICON.SWAY,
Expand Down

0 comments on commit 3647b4c

Please sign in to comment.