change templ
This commit is contained in:
9
components/core/footer.templ
Normal file
9
components/core/footer.templ
Normal file
@@ -0,0 +1,9 @@
|
||||
package core
|
||||
|
||||
templ Footer() {
|
||||
<footer class="fixed p-1 bottom-0 bg-gray-100 w-full border-t">
|
||||
<div class="rounded-lg p-4 text-xs italic text-gray-700 text-center">
|
||||
© Go Fullstack
|
||||
</div>
|
||||
</footer>
|
||||
}
|
Reference in New Issue
Block a user