Skip to content

Commit

Permalink
feat: remove testnet status bar
Browse files Browse the repository at this point in the history
  • Loading branch information
He1DAr committed Jun 14, 2024
1 parent f0524d7 commit 107747a
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions src/app/_components/PageWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,37 +63,6 @@ export function PageWrapper({
return (
<>
<IncidentsStatusBarWithErrorBoundary />
<StatusBarBase
impact={IncidentImpact.None}
content={
<Flex>
<Text
color={getColor(IncidentImpact.None)}
fontWeight={'medium'}
fontSize={'14px'}
lineHeight={'1.5'}
display={'inline'}
>
<Text fontWeight={'bold'} display={'inline'}>
Testnet Update:
</Text>{' '}
The Primary Stacks Testnet is reset and now live on Bitcoin Regtest. More details{' '}
<TextLink
href="https://docs.stacks.co/nakamoto-upgrade/nakamoto-and-primary-testnet"
target="_blank"
css={css`
display: inline;
text-decoration: underline;
`}
>
here
</TextLink>
.
</Text>
&nbsp;
</Flex>
}
/>
<NakamotoModal />
<WrapperWithBg>
<Flex mx="auto" width="full" maxWidth="container.xl" flexDirection="column" p={6}>
Expand Down

0 comments on commit 107747a

Please sign in to comment.