From 8e85be96a154b371b4cf1fb1924155d96150f949 Mon Sep 17 00:00:00 2001 From: Pauline Date: Wed, 20 Dec 2023 01:58:22 -0500 Subject: chore(lint): bump deps and fix linting/format --- apps/website/src/components/base/Button.astro | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'apps/website/src/components/base/Button.astro') diff --git a/apps/website/src/components/base/Button.astro b/apps/website/src/components/base/Button.astro index 438bafd..285052a 100644 --- a/apps/website/src/components/base/Button.astro +++ b/apps/website/src/components/base/Button.astro @@ -51,8 +51,8 @@ const className = [ const Element = rest.href ? 'a' : 'button' as any; --- - - {iconLeft && } - {text || } - {iconRight && } - + + {iconLeft && } + {text || } + {iconRight && } + -- cgit