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 --- .../src/components/page/branding/BrandingImage.astro | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'apps/website/src/components/page') diff --git a/apps/website/src/components/page/branding/BrandingImage.astro b/apps/website/src/components/page/branding/BrandingImage.astro index e112691..b989a10 100644 --- a/apps/website/src/components/page/branding/BrandingImage.astro +++ b/apps/website/src/components/page/branding/BrandingImage.astro @@ -1,12 +1,12 @@ --- interface Props { - type: 'badges' | 'logos' | 'mods' - name: string - nameFormatted?: string - altText?: string - extensions?: ('png' | 'svg')[] - maxWidth?: number - background?: string + type: 'badges' | 'logos' | 'mods'; + name: string; + nameFormatted?: string; + altText?: string; + extensions?: ('png' | 'svg')[]; + maxWidth?: number; + background?: string; } const { -- cgit