Skip to content

Commit eed6cce

Browse files
docs: removed footer text from template
I really disliked how it said "build by XYZ using ABC template" I just thought it would look cleaner if it was not there at all.
1 parent 4e7d50f commit eed6cce

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<footer view-transition-name="footer"
2+
class="group-has-[.section-soft]/body:bg-surface/40 3xl:fixed:bg-transparent dark:bg-transparent">
3+
<div class="container-wrapper px-4 xl:px-6">
4+
<div class="flex h-(--footer-height) items-center justify-between">
5+
<div class="text-muted-foreground w-full text-center text-xs leading-loose sm:text-sm">
6+
</div>
7+
</div>
8+
</div>
9+
</footer>

0 commit comments

Comments
 (0)