add padding above the footer
All checks were successful
Deploy SSR / deploy (push) Successful in 1m17s
All checks were successful
Deploy SSR / deploy (push) Successful in 1m17s
This commit is contained in:
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>
|
||||
|
Reference in New Issue
Block a user