Skip to content

Commit

Permalink
fixed build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pr3y committed Sep 2, 2024
1 parent 568db1a commit 80f0cec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/NavBar/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<img src={boitatechlogo} class="nav-logo" alt="boitatech-logo" draggable="false" />
<ul class="options-nav">
<li><a href="https://www.boitatech.com" class="small">nosso site</a></li>
<li><a href="aratu.boitatech.com" class="red small">semana aratu</a></li>
<li><a href="https://aratu.boitatech.com" class="red small">semana aratu</a></li>
</ul>

<div class="add-buttons-container">
Expand All @@ -20,7 +20,7 @@
</button> -->

<button class="discord-button">
<a class="button-link" href="discord.gg/boitatech">
<a class="button-link" href="https://discord.gg/boitatech">
<img src={discordicon} alt="discord-logo">
<p class="button-text">
discord
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
</p>

<p class="poppins">
As palestras do evento serão transmitidas ao vivo na <a href="twitch.tv/boitatech"><HighlightedText value="twitch.tv/boitatech"/></a> e no <a href="youtube.com/boitatech"><HighlightedText value="youtube.com/boitatech"/> </a> nos dias e horários informados abaixo.
As palestras do evento serão transmitidas ao vivo na <a href="https://twitch.tv/boitatech"><HighlightedText value="twitch.tv/boitatech"/></a> e no <a href="https://youtube.com/boitatech"><HighlightedText value="youtube.com/boitatech"/> </a> nos dias e horários informados abaixo.
</p>

<div class="inline-container"><HighlightedText value="Palestras" class="large"/> <p class="poppins">: De 24 até 26/09, das 18h30 até às 22h</p></div>
Expand Down

0 comments on commit 80f0cec

Please sign in to comment.