Skip to content

Commit

Permalink
doc: drop harlan credit in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed May 18, 2024
1 parent 7303971 commit 8ca4dd6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/components/Footer.vue
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
<script setup lang="ts">
const { footer } = useAppConfig()
const links = [
]
</script>

<template>
<UFooter :links="links">
<template #left>
<span class="inline">Made by <a href="https://github.com/harlan-zw" target="_blank" class="text-gray-900 dark:text-gray-50 hover:underline underline-offset-2 font-medium">Harlan Wilton</a>.</span>
</template>

<template #right>
Expand Down

0 comments on commit 8ca4dd6

Please sign in to comment.