diff options
Diffstat (limited to 'apps/website/src/components/base/Footer.astro')
-rw-r--r-- | apps/website/src/components/base/Footer.astro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/website/src/components/base/Footer.astro b/apps/website/src/components/base/Footer.astro new file mode 100644 index 0000000..b24db5f --- /dev/null +++ b/apps/website/src/components/base/Footer.astro @@ -0,0 +1,7 @@ +--- + +--- + +<footer class="flex min-h-[400px] bg-blue-100 mt-4"> + +</footer> |