Skip to content

Commit aa08f94

Browse files
committed
fix: footer duplicate classes and build visibility logic
1 parent 7ad97a9 commit aa08f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/AppFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const closeModal = () => modalRef.value?.close?.()
1313
<template>
1414
<footer class="border-t border-border mt-auto">
1515
<div
16-
class="container container py-3 sm:py-8 flex flex-col lg:flex-row justify-between gap-2 sm:gap-4 text-fg-subtle text-sm"
16+
class="container sm:py-8 flex flex-col lg:flex-row justify-between gap-2 sm:gap-4 text-fg-subtle text-sm"
1717
>
1818
<div class="flex flex-col gap-3 motion-safe:animate-fade-in motion-safe:animate-fill-both">
1919
<p class="font-mono text-balance hidden sm:block">

0 commit comments

Comments
 (0)