aboutsummaryrefslogtreecommitdiff
path: root/apps/website/src/components/base/Button.astro
diff options
context:
space:
mode:
authorPauline <git@ethanlibs.co>2024-01-22 03:30:30 +0100
committerPauline <git@ethanlibs.co>2024-01-22 03:30:30 +0100
commit61ba9fd1f62cb959f197cf95c2686809318c6482 (patch)
tree44bec06175f1b833f2131d14f461cf288e5b9200 /apps/website/src/components/base/Button.astro
parentfbaa87ef4fcad18ac03cb0cfa82fb106751c1b38 (diff)
downloadNexus-61ba9fd1f62cb959f197cf95c2686809318c6482.tar.gz
Nexus-61ba9fd1f62cb959f197cf95c2686809318c6482.tar.bz2
Nexus-61ba9fd1f62cb959f197cf95c2686809318c6482.zip
chore(deps): bump and format
Diffstat (limited to 'apps/website/src/components/base/Button.astro')
-rw-r--r--apps/website/src/components/base/Button.astro12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/website/src/components/base/Button.astro b/apps/website/src/components/base/Button.astro
index e529dc5..0a6039f 100644
--- a/apps/website/src/components/base/Button.astro
+++ b/apps/website/src/components/base/Button.astro
@@ -23,12 +23,12 @@ const iconSize = {
};
interface Props extends HTMLAttributes<'button'> {
- style?: keyof typeof styles
- size?: keyof typeof sizes
- text?: string
- iconLeft?: Icons
- iconRight?: Icons
- href?: string
+ style?: keyof typeof styles;
+ size?: keyof typeof sizes;
+ text?: string;
+ iconLeft?: Icons;
+ iconRight?: Icons;
+ href?: string;
}
const {