Replace entire repo content with code from /root/shahikitchen-google/
This commit is contained in:
@@ -96,7 +96,7 @@ function FooterHeading({ children }: { children: ReactNode }) {
|
||||
export default function Footer() {
|
||||
const { language } = useLanguage();
|
||||
const t = getTranslation(language);
|
||||
const copy = FOOTER_COPY[language] ?? FOOTER_COPY.en;
|
||||
const copy = FOOTER_COPY[language] ?? FOOTER_COPY.sv;
|
||||
|
||||
return (
|
||||
<footer id="contact" className="scroll-mt-header shahi-footer relative mt-auto overflow-hidden">
|
||||
|
||||
Reference in New Issue
Block a user