Skip to content

Commit

Permalink
feat/EndOfSupport
Browse files Browse the repository at this point in the history
  • Loading branch information
brucedonovan committed Jan 31, 2024
1 parent 0f67b0e commit d67c60c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions src/components/PublicNotificationSunset.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,23 @@ const PublicNotificationSunset = ({ children }: PublicNotificationProps) => {
</Text>
</Box>
<Box>
<Text size="medium" weight={'normal'}>
Yield Protocol Shutting Down
<Text size="medium" weight={'normal'} textAlign="center">
Yield Protocol has been permanently shut down.
</Text>
</Box>
</Box>
<Text size="xsmall" textAlign="center" weight={'normal'}>
As of 31st of December 2023, the Yield Protocol will be officially discontinued.
{/* </Text> */}
{/* <Text size="xsmall" textAlign="center" weight={'normal'}> */}
{' '}Contact us on our{' '}
The Yield Protocol was officially discontinued on the 31st of December 2023, and support was discontinued on the 31st of January 2024.
{/*
{' '}Contact us on our{' '}
<a
target="_blank"
href="https://discord.gg/JAFfDj5"
style={{ color: 'rgb(255,255,255)', cursor: 'pointer' }}
>
discord channel
</a>{' '}
with any support issues until 31 January 2024.
with any support issues until 31 January 2024. */}
</Text>
</Box>
</Box>
Expand Down
2 changes: 1 addition & 1 deletion src/components/views/Pool.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ function Pool() {
}
>
<Box flex={false}>
<StrategySelector inputValue={poolInput} />
{/* <StrategySelector inputValue={poolInput} /> */}
</Box>
</SectionWrap>
</Box>
Expand Down

0 comments on commit d67c60c

Please sign in to comment.