From 093622681c30e022a14543a73626b8ba9dd6e7dd Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Tue, 26 Dec 2023 16:05:14 +0000 Subject: Better success page --- src/components/Navbar/Navbar.astro | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/components/Navbar') diff --git a/src/components/Navbar/Navbar.astro b/src/components/Navbar/Navbar.astro index 4fa05a9..0722f01 100644 --- a/src/components/Navbar/Navbar.astro +++ b/src/components/Navbar/Navbar.astro @@ -3,13 +3,19 @@ import Breadcrumbs from './Breadcrumbs.astro'; import SwitchLanguageLink from '../SwitchLanguageLink.astro'; import NavLinks from './NavLinks.astro'; import Logo from './Logo.astro'; + +interface Props { + noBreadcrumbs?: boolean; +} + +const { noBreadcrumbs } = Astro.props; --- -- cgit v1.2.3