Skip to content

Commit

Permalink
fix: bug logo boitatech navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
m4v7n authored Sep 4, 2024
1 parent 1efc426 commit 993775f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/NavBar/index.svelte
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<script>
import discordicon from '../../assets/Discord.svg'
import boitatechlogo from '../../assets/boitatechlogo.png'
</script>

<style>
@import './index.css';
</style>

<nav>
<img src={boitatechlogo} class="nav-logo" alt="boitatech-logo" draggable="false" />
<img src="https://raw.githubusercontent.com/boitatech/aratu.boitatech.com/master/src/assets/boitatechlogo.png" 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="https://aratu.boitatech.com" class="red small">semana aratu</a></li>
Expand Down

0 comments on commit 993775f

Please sign in to comment.