Corrigindo menu do MMPCreator que tava bugado
Deploy / Deploy (push) Successful in 31s Details

This commit is contained in:
JotaChina 2025-08-29 16:42:45 -03:00
parent a6c5443503
commit b60495dab4
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<a href="{{ site.baseurl }}beatsDisponiveis/">🎧 Beats Disponíveis</a> <a href="{{ site.baseurl }}beatsDisponiveis/">🎧 Beats Disponíveis</a>
<a href="{{ site.baseurl }}mmp_pages/">🎼 Projetos</a> <a href="{{ site.baseurl }}mmp_pages/">🎼 Projetos</a>
<a href="{{ site.baseurl }}">🔎 Buscas</a>´ <a href="{{ site.baseurl }}">🔎 Buscas</a>´
<a href="creation.html">🧠 Crie seu projeto</a> <a href="{{ site.baseurl }}creation.html">🧠 Crie seu projeto</a>
<a href="{{ site.baseurl }}about/"> Sobre</a> <a href="{{ site.baseurl }}about/"> Sobre</a>
</div> </div>
</div> </div>

View File

@ -7,7 +7,7 @@
<a href="{{ site.baseurl }}beatsDisponiveis/" style="text-decoration: none; color: #333;">🎧 Beats Disponíveis</a> <a href="{{ site.baseurl }}beatsDisponiveis/" style="text-decoration: none; color: #333;">🎧 Beats Disponíveis</a>
<a href="{{ site.baseurl }}mmp_pages/" style="text-decoration: none; color: #333;">🎼 Projetos Disponíveis</a> <a href="{{ site.baseurl }}mmp_pages/" style="text-decoration: none; color: #333;">🎼 Projetos Disponíveis</a>
<a href="{{ site.baseurl }}" style="text-decoration: none; color: #333;">🔎 Buscas</a> <a href="{{ site.baseurl }}" style="text-decoration: none; color: #333;">🔎 Buscas</a>
<a href="creation.html" style="text-decoration: none; color: #333;">🧠 Crie seu projeto</a> <a href="{{ site.baseurl }}creation.html" style="text-decoration: none; color: #333;">🧠 Crie seu projeto</a>
<a href="{{ site.baseurl }}about/" style="text-decoration: none; color: #333;"> Sobre</a> <a href="{{ site.baseurl }}about/" style="text-decoration: none; color: #333;"> Sobre</a>
</nav> </nav>
</div> </div>