From d446ab2b6ca6fe127bbe79c8cda9bd2c7cd221af Mon Sep 17 00:00:00 2001 From: PelayoFelgueroso Date: Mon, 1 Dec 2025 11:25:26 +0100 Subject: [PATCH] Add example to Footer --- .../components/footer/code/FooterCodePage.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/apps/website/screens/components/footer/code/FooterCodePage.tsx b/apps/website/screens/components/footer/code/FooterCodePage.tsx index 1073f5553..a4666a0f1 100644 --- a/apps/website/screens/components/footer/code/FooterCodePage.tsx +++ b/apps/website/screens/components/footer/code/FooterCodePage.tsx @@ -166,6 +166,22 @@ const sections = [ ), }, + { + title: "Examples", + subSections: [ + { + title: "Footer in application layout", + content: ( +