Skip to content

Commit

Permalink
πŸ› UI Fix: Ui updated create cross campaign
Browse files Browse the repository at this point in the history
  • Loading branch information
SakshiShah29 committed Aug 18, 2023
1 parent 019ffc7 commit 8df7e3b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/pages/CreateCrossCampaign.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ const CreateCrossCampaign = () => {
<Container>
<Background />

<Box position="absolute" top="64px" display="flex" justifyContent="center">
<Box display="flex" justifyContent="center">
{!isConnected && (
<Heading textAlign="center" justifyContent="center" marginTop="60%">
Please Connect Your Wallet!
Expand Down Expand Up @@ -303,9 +303,12 @@ const CreateCrossCampaign = () => {
Create Cross Campaign
</Heading>

<h1>
<a target="_blank" href="https://docs.google.com/document/d/1Gym0FotIM5yJcoiAEbiIk4mdie7tpymfIsXqO_FahDs/edit?usp=sharing">
Follow the tutorial here.
<h1 style={{ display: 'flex', justifyContent: 'center' }}>
<a
style={{ textAlign: 'center', fontFamily: 'Dm Sans' }}
target="_blank"
href="https://docs.google.com/document/d/1Gym0FotIM5yJcoiAEbiIk4mdie7tpymfIsXqO_FahDs/edit?usp=sharing">
Follow the tutorial here.πŸ‘ˆ
</a>
</h1>

Expand Down

0 comments on commit 8df7e3b

Please sign in to comment.