Skip to content

Commit

Permalink
bolts under maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0neerpat committed Jul 5, 2024
1 parent c1a48e2 commit 8d46f47
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions src/containers/Bolts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ const Bolts = () => {
<SubHeader>Welcome Vault Keepers!</SubHeader>
</Section>
<Section>
<SectionHeader>Under Maintenance</SectionHeader>
<SubHeader>Check back later</SubHeader>
</Section>

{/* <Section>
<FlexMultipleRow>
<DataCard
title={'Your Bolts'}
Expand All @@ -46,22 +51,6 @@ const Bolts = () => {
<SectionHeader>Leaderboard</SectionHeader>
<Leaderboard data={leaderboardData} userBoltsData={userBoltsData} />
</Section>
{/* <Section>
<MessageBox>
<img src={Image} alt="" />
<Text>
<h3>Complete the quests below to earn Bolts.</h3>
<p>
Deposits, borrows, and LPs are awarded Bolts based on their equivalent value in ETH. For
program details, see our{' '}
<Link href="https://www.opendollar.com/blog/vault-keeper-program" target="_blank">
blog
</Link>
.
</p>
</Text>
</MessageBox>
</Section> */}
<Section>
<SectionHeader>Quests</SectionHeader>
Expand Down Expand Up @@ -90,7 +79,7 @@ const Bolts = () => {
Suggest a Quest <ExternalLink />
</Button>
</BtnWrapper>
</Section>
</Section> */}
</Container>
)
}
Expand Down

0 comments on commit 8d46f47

Please sign in to comment.