diff --git a/src/components/footer.tsx b/src/components/footer.tsx index ba78a9e..582ab7f 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -21,7 +21,7 @@ export default function Footer() { const { buildId, buildTime } = getBuildInformation(); return ( -
Build: {buildId} ({buildTime})