From 61ba9fd1f62cb959f197cf95c2686809318c6482 Mon Sep 17 00:00:00 2001 From: Pauline Date: Mon, 22 Jan 2024 03:30:30 +0100 Subject: chore(deps): bump and format --- apps/website/src/layouts/Layout.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/website/src/layouts') diff --git a/apps/website/src/layouts/Layout.astro b/apps/website/src/layouts/Layout.astro index f157e73..f916ee1 100644 --- a/apps/website/src/layouts/Layout.astro +++ b/apps/website/src/layouts/Layout.astro @@ -5,9 +5,9 @@ import Navbar from '../components/base/navbar/Navbar.astro'; import '../styles/global.css'; interface Props { - title?: string - description?: string - favicon?: string + title?: string; + description?: string; + favicon?: string; } const { -- cgit