From 11fd60da81dd78f5fb99bc061078e1b13bbe082a Mon Sep 17 00:00:00 2001 From: LynithDev <61880709+LynithDev@users.noreply.github.com> Date: Mon, 16 Oct 2023 21:23:42 +0200 Subject: Button + Section component, new Icon component + new colors --- apps/website/src/layouts/Layout.astro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'apps/website/src/layouts') diff --git a/apps/website/src/layouts/Layout.astro b/apps/website/src/layouts/Layout.astro index a648f08..84ec6fe 100644 --- a/apps/website/src/layouts/Layout.astro +++ b/apps/website/src/layouts/Layout.astro @@ -8,7 +8,7 @@ interface Props { favicon?: string; } -const { +const { title = 'Polyfrost', favicon = Favicon } = Astro.props; @@ -32,7 +32,9 @@ const {