Skip to content

Commit 437fb66

Browse files
committed
fix: icon in footer that was not visible on some pages
1 parent f486dbf commit 437fb66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/AppFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const config = useRuntimeConfig()
44
</script>
55

66
<template>
7-
<USeparator icon="i-custom-litestar" class="h-px" />
7+
<USeparator icon="i-custom-litestar" class="h-px relative z-10" />
88

99
<UFooter
1010
:ui="{

0 commit comments

Comments
 (0)