Skip to content

Commit

Permalink
Merge branch 'master' into mapsection
Browse files Browse the repository at this point in the history
  • Loading branch information
kabszac authored Sep 25, 2023
2 parents b076025 + fa25c2d commit 8c70741
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,11 @@ export default function Home() {
us on stage and share your valuable insights with our
enthusiastic audience!
</Paragraph>
<Button className='mt-[80px] w-[244px] border border-gray card-bg'>
Apply as a Speaker
</Button>
<a href='https://apidays.typeform.com/to/ILJeAaV8#event_name=xxxxx' target="_blank" rel="noopener noreferrer">
<Button className='mt-[80px] w-[244px] border border-gray card-bg'>
Apply as a Speaker
</Button>
</a>
</div>
</div>
)}
Expand Down
2 changes: 2 additions & 0 deletions pages/venue/[id].js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ function Venue({ city }) {
</div>
</div>
);


}

export default Venue;

0 comments on commit 8c70741

Please sign in to comment.