Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
GMBueno committed Apr 8, 2024
1 parent 3e23a43 commit 48eb310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/comps/NavbarComp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
</span>
</a>

<a class="navbar-item mx-3" href="https://findicadores.com.br/#/WEGE3">
<a class="navbar-item mx-3" href="https://findicadores.com.br/WEGE3">
<span class="icon-text">
<strong
:class="[theme !== 'dark' ? 'has-text-black' : 'has-text-white']"
Expand Down
2 changes: 1 addition & 1 deletion src/views/Landing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="column">
<div class="pb-3">
<EndpointItemComp label="Novo!" text="Lançamento: " color="GREEN"></EndpointItemComp>
<a href="https://findicadores.com.br/#/WEGE3" class="has-text-primary pointer"> Navegar em ações </a>
<a href="https://findicadores.com.br/WEGE3" class="has-text-primary pointer"> Navegar em ações </a>
</div>
<h1 class="title is-3 has-text-black">
Dados do Mercado Financeiro
Expand Down

0 comments on commit 48eb310

Please sign in to comment.