Merge pull request #151 from cupcakearmy/150-type-button

150 type button
This commit is contained in:
Nicco 2024-09-20 20:24:26 +02:00 committed by GitHub
commit a47b8a482c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -17,5 +17,5 @@
"npm-run-all": "^4.1.5",
"shelljs": "^0.8.5"
},
"packageManager": "pnpm@9.9.0"
"packageManager": "pnpm@9.11.0"
}

View File

@ -261,7 +261,7 @@ dependencies = [
[[package]]
name = "cryptgeon"
version = "2.8.1"
version = "2.8.2"
dependencies = [
"axum",
"bs62",

View File

@ -1,6 +1,6 @@
[package]
name = "cryptgeon"
version = "2.8.1"
version = "2.8.2"
authors = ["cupcakearmy <hi@nicco.io>"]
edition = "2021"
rust-version = "1.80"

View File

@ -1,6 +1,6 @@
{
"name": "cryptgeon",
"version": "2.8.1",
"version": "2.8.2",
"homepage": "https://github.com/cupcakearmy/cryptgeon",
"repository": {
"type": "git",

View File

@ -18,7 +18,7 @@
export let icon: keyof typeof map
</script>
<button on:click {...$$restProps}>
<button type="button" on:click {...$$restProps}>
{#if map[icon]}
<svelte:component this={map[icon]} />
{/if}