Skip to content

Commit

Permalink
add links
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkaroraa committed Sep 19, 2024
1 parent fe71cd7 commit 13a99c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions components/alerts/Shutdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,14 @@ export const ShutdownAlert = () => {
</Typography>
<Typography color="#e6c18b" sx={{ fontSize: '15px', fontWeight: 500, marginTop: theme.spacing(0.5) }}>
At shutdown, positions will be closed with 0 fees and 0 price impact. For more details, please refer to our{' '}
<Link href="https://opyn.gitbook.io/opyn-strategies/strategies-faq/faq" passHref>
<Link href="https://opyn.gitbook.io/opyn-hub/squeeth-retirement/squeeth-retirement-faqs" passHref>
<a style={{ textDecoration: 'underline' }}>FAQ</a>
</Link>{' '}
and{' '}
<Link href="https://opyn.gitbook.io/opyn-strategies/strategies-faq/faq" passHref>
<Link
href="https://opyn.medium.com/our-beloved-squeeth-is-retiring-its-time-for-opyn-markets-to-take-over-1b66aad68f00"
passHref
>
<a style={{ textDecoration: 'underline' }}>Announcement</a>
</Link>
.
Expand Down
2 changes: 1 addition & 1 deletion constants/numbers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ export const TWAP_PERIOD = 420

export const WETH_DECIMALS_DIFF = 1e12

export const SHUTDOWN_DATE = '2024-10-31T16:30:00Z'
export const SHUTDOWN_DATE = '2024-11-04T16:00:00Z'

0 comments on commit 13a99c0

Please sign in to comment.