From f350eaea4523476484fcb2b324014c66838a0daf Mon Sep 17 00:00:00 2001 From: Alex Binns Date: Tue, 17 Oct 2023 15:52:37 +1300 Subject: [PATCH] Remove unused class --- src/components/Badge.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Badge.astro b/src/components/Badge.astro index 2f7914c2f..785d2f2f7 100644 --- a/src/components/Badge.astro +++ b/src/components/Badge.astro @@ -12,7 +12,7 @@ const coloursMap = { default: 'text-content-primary border-outline-opaque bg-surface-tertiary' } -const badgeClass =`${coloursMap[type]} type-caption-2 text-xs px-2 py-0.5 rounded-full border self-center` +const badgeClass =`${coloursMap[type]} type-caption-2 px-2 py-0.5 rounded-full border self-center` --- {link ?