From d4dd9af7aac3d1e7a8a67d4cee26dc42d35d5403 Mon Sep 17 00:00:00 2001 From: delucis Date: Tue, 19 Nov 2024 10:03:39 +0000 Subject: [PATCH] [ci] format --- packages/starlight/components/Icons.ts | 3 ++- packages/starlight/schemas/social.ts | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/starlight/components/Icons.ts b/packages/starlight/components/Icons.ts index 2fed6c22ef..79cea78746 100644 --- a/packages/starlight/components/Icons.ts +++ b/packages/starlight/components/Icons.ts @@ -160,7 +160,8 @@ export const BuiltInIcons = { jsr: '', nostr: '', - backstage: '' + backstage: + '', }; export const Icons = { diff --git a/packages/starlight/schemas/social.ts b/packages/starlight/schemas/social.ts index 05d5f9dad8..2aea7ae92d 100644 --- a/packages/starlight/schemas/social.ts +++ b/packages/starlight/schemas/social.ts @@ -36,7 +36,7 @@ export const socialLinks = [ 'pinterest', 'tiktok', 'nostr', - 'backstage' + 'backstage', ] as const; export const SocialLinksSchema = () => @@ -88,7 +88,7 @@ export const SocialLinksSchema = () => pinterest: 'Pinterest', tiktok: 'TikTok', nostr: 'Nostr', - backstage: 'Backstage' + backstage: 'Backstage', }[key]; labelledLinks[key] = { label, url }; }