Skip to content

Commit

Permalink
Update Header.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
adolfont authored Mar 13, 2024
1 parent 54ec697 commit af909fc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,14 @@ export function Header() {
</div>
</div>
<div className="hidden sm:mt-10 sm:flex lg:mt-0 lg:grow lg:basis-0 lg:justify-end">
<Button href="https://bit.ly/45YuUyo">Tickets/Inscrições</Button>
<Button href="https://www.youtube.com/playlist?list=PLa5zLmv3pgCAT428zYCwzfI1ZZIwWH8aQ">Palestras</Button>
</div>
<div className="hidden sm:mt-10 sm:flex lg:mt-0 lg:grow lg:basis-0 lg:justify-end">
<Button href="https://www.youtube.com/playlist?list=PLa5zLmv3pgCBLo8FOBTbK8DuoFBLL6q44">Transmissões ao Vivo</Button>
</div>
<!-- <div className="hidden sm:mt-10 sm:flex lg:mt-0 lg:grow lg:basis-0 lg:justify-end">
<Button href="https://bit.ly/45YuUyo">Tickets/Inscrições</Button>
</div> -->

</Container>
</header>
Expand Down

0 comments on commit af909fc

Please sign in to comment.