File size: 538 Bytes
5b52c2c 7edcc96 5b52c2c 08d744d 7edcc96 5b52c2c | 1 2 3 4 5 6 7 8 9 10 11 12 13 | <template>
<nav class="fixed top-2 right-5 mr-2 items-center" data-testid="navbar" aria-label="Main navigation">
<TabComponent description="About SamGIS" href="https://trinca.tornidor.com/projects/samgis-segment-anything-applied-to-GIS" />
<TabComponent description="My blog" href="https://trinca.tornidor.com/" />
<TabComponent description="SamGIS docs" href="https://docs.ml-trinca.tornidor.com/" />
</nav>
</template>
<script setup lang="ts">
import TabComponent from '@/components/NavBar/TabComponent.vue'
</script>
|