File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ const Footer = ({ lastDeployLocaleTimestamp }: FooterProps) => {
300
300
301
301
return (
302
302
< 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" >
304
304
< p className = "text-sm italic text-body-medium" >
305
305
< Translation id = "website-last-updated" /> : { lastDeployLocaleTimestamp }
306
306
</ p >
Original file line number Diff line number Diff line change 2
2
3
3
import dynamic from "next/dynamic"
4
4
5
- // import { useRouter } from "next/router"
6
5
import type { Root } from "@/lib/types"
7
6
8
7
import Footer from "@/components/Footer"
You can’t perform that action at this time.
0 commit comments