aboutsummaryrefslogtreecommitdiff
path: root/src/components/footer.tsx
diff options
context:
space:
mode:
authormihna123 <mihailonvojinovic@gmail.com>2026-06-06 19:51:23 +0200
committermihna123 <mihailonvojinovic@gmail.com>2026-06-06 19:51:23 +0200
commit31c60e3b4214c385ac8316597af53a525b55ca94 (patch)
tree3b7476a3c36b6408594989f3de18c90f5e4673f8 /src/components/footer.tsx
parentc2d33aa0c52bc2bee61b0195c30e37f81cafa643 (diff)
downloadinvoice-31c60e3b4214c385ac8316597af53a525b55ca94.tar.gz
invoice-31c60e3b4214c385ac8316597af53a525b55ca94.zip
feat: update the layout and add more pages
- Add a proper header to the layout - Add a help page with instructions how to generate an invoice - Add an empty blog page that will eventually be filled with blogs
Diffstat (limited to 'src/components/footer.tsx')
-rw-r--r--src/components/footer.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/footer.tsx b/src/components/footer.tsx
index c07f42b..deab84b 100644
--- a/src/components/footer.tsx
+++ b/src/components/footer.tsx
@@ -1,7 +1,7 @@
export const Footer = () => {
return (
- <footer className="w-full bg-gray-400 p-2 text-center">
- <p className="font-bold text-white">
+ <footer className="w-full border-t p-2 text-center">
+ <p>
Having issues? Contact me here:{' '}
<a
href="mailto:mihailonvojinovic@gmail.com"