Skip to content

Commit 8ca4dd6

Browse files
committed
doc: drop harlan credit in footer
1 parent 7303971 commit 8ca4dd6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/components/Footer.vue

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
1-
<script setup lang="ts">
2-
const { footer } = useAppConfig()
3-
4-
const links = [
5-
]
6-
</script>
7-
81
<template>
92
<UFooter :links="links">
103
<template #left>
11-
<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>
124
</template>
135

146
<template #right>

0 commit comments

Comments
 (0)