Skip to content

Commit f39a1cc

Browse files
pettinaripwackerow
andauthored
Apply suggestions from code review
Co-authored-by: Paul Wackerow <[email protected]>
1 parent eec9167 commit f39a1cc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ const Footer = ({ lastDeployLocaleTimestamp }: FooterProps) => {
300300

301301
return (
302302
<footer className="px-8 py-4">
303-
<div className="flex flex-wrap items-center justify-center gap-8 border-t border-body-light pb-4 pt-4 md:justify-between">
303+
<div className="flex flex-wrap items-center justify-center gap-8 border-t border-body-light py-4 md:justify-between">
304304
<p className="text-sm italic text-body-medium">
305305
<Translation id="website-last-updated" />: {lastDeployLocaleTimestamp}
306306
</p>

src/layouts/BaseLayout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import dynamic from "next/dynamic"
44

5-
// import { useRouter } from "next/router"
65
import type { Root } from "@/lib/types"
76

87
import Footer from "@/components/Footer"

0 commit comments

Comments
 (0)