add padding above the footer
All checks were successful
Deploy SSR / deploy (push) Successful in 1m17s

This commit is contained in:
Lee 2024-09-13 20:59:34 +01:00
parent 287facc7f8
commit ae66a73abc

@ -21,7 +21,7 @@ export default function Footer() {
const { buildId, buildTime } = getBuildInformation();
return (
<div className="flex items-center w-full flex-col gap-1">
<div className="flex items-center w-full flex-col gap-1 mt-6">
<p className="text-input text-sm">
Build: {buildId} ({buildTime})
</p>