Skip to content

Commit

Permalink
fix: href of navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef-Harby committed Apr 12, 2024
1 parent 0f9d83a commit 3b93315
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@
<!-- Navbar -->
<div class="navbar bg-gray-500 shadow-lg">
<div class="navbar-start">
<a class=" normal-case text-xl text-white" href="/"
<a
class=" normal-case text-xl text-white"
href="/esri-style-ft-mapbox-style/"
>Vector Tiles Styles Converter (Esri - Mapbox)</a
>
</div>
Expand Down

0 comments on commit 3b93315

Please sign in to comment.