diff options
Diffstat (limited to 'src/components/footer.tsx')
| -rw-r--r-- | src/components/footer.tsx | 4 |
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" |
