Skip to content

Commit

Permalink
fix banner
Browse files Browse the repository at this point in the history
  • Loading branch information
abrzezinski94 committed Jan 13, 2025
1 parent 888678d commit 3af96eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const Layout = ({ children }: { children: ReactNode }) => {
asPath !== '/yield-calculator' ? 'max-w-3xl' : ''
} px-6 pb-20 md:pb-12 lg:px-12`}
>
<div className="z-50 mb-5 bg-white p-5 text-th-fgd-1">
<div className="z-50 mb-5 bg-white p-5 text-th-error">
Yield fun will be shutting down. Make sure to close your
positions before they are forcibly closed next month
(February).
Expand All @@ -67,7 +67,7 @@ const Layout = ({ children }: { children: ReactNode }) => {
</>
) : (
<>
<div className="z-50 bg-white p-5 text-th-fgd-1">
<div className="z-50 bg-white p-5 text-th-error">
Yield fun will be shutting down. Make sure to close your
positions before they are forcibly closed next month (February).
</div>
Expand Down

0 comments on commit 3af96eb

Please sign in to comment.