Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/jrmymbtlr/usemods
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmybtlr committed May 14, 2024
2 parents 562ab63 + 9a5b697 commit dbf460e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions nuxt-web/components/TableOfContents.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,20 @@
</NuxtLink>
</template>

<!-- <NuxtLink
<NuxtLink
:to="`https://github.com/LittleFoxCompany/usemods/blob/main/src/${pageId.at(-1)}.ts`"
class="flex items-center gap-1.5 py-8 text-sm font-medium leading-none text-zinc-500">
<Icon name="fa6-brands:github" class="-mt-px mr-1.5 h-4 w-4" />
View on GitHub
</NuxtLink> -->
</NuxtLink>
</nav>
</template>

<script setup lang="ts">
const route = useRoute()
const links = ref([{ id: '' }])
// const pageId = detectUrlPath()
const pageId = useRoute().params.slug
const activeSections = useState('activeSections', () => [])
async function fetchLinks() {
Expand Down

0 comments on commit dbf460e

Please sign in to comment.