diff --git a/package.json b/package.json index 40230ea..fc4ae7d 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astroplate", - "version": "3.3.0", + "version": "3.3.1", "description": "Astro and Tailwindcss boilerplate", "author": "zeon.studio", "license": "MIT", diff --git a/src/pages/index.astro b/src/pages/index.astro index d444aec..3c0cb41 100755 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -34,7 +34,14 @@ const { banner, features }: Homepage = homepage.data;
{ banner.button.enable && ( - + {banner.button.label} )