Skip to content
Snippets Groups Projects
Commit 98b857dc authored by Moritz Stückler's avatar Moritz Stückler :cowboy:
Browse files

fix: disable subfooter

parent f9cfb58f
No related branches found
No related tags found
1 merge request!35fix: disable subfooter
Pipeline #7166 passed
......@@ -32,4 +32,4 @@ export const ICON_PACKS: Record<IconPackageName, CarbonIcon> = {
export const HEAD_INJECT = import.meta.env.PUBLIC_HEAD_INJECT;
export const SITE_TITLE = "Fab City Hamburg e. V."
export const SITE_TITLE = "Fab City OS Suite"
---
import "@fchh/fcos-suite-ui/dist/style.css";
import "@styles/base.css";
import { SubFooter } from "@fchh/fcos-suite-ui";
// import { SubFooter } from "@fchh/fcos-suite-ui";
import { getBaseUrl } from "@utils";
import { Footer } from "@components";
import { HEAD_INJECT, SITE_TITLE } from "@config";
......@@ -41,11 +41,11 @@ const { title, hideFooter, bodyClasses, teaser, image } = Astro.props as Props;
{
!hideFooter && (
<>
<SubFooter
{/* <SubFooter
src={`${baseUrl}images/illustrations/FCHH-Illu-Subfooter.svg`}
alt="Illustrations of a ship and two people working at a table"
position="right"
/>
/>*/}
<Footer />
</>
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment