0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-04 02:01:58 -05:00

Fixed old label usage of signup form demo

refs 644051e3e9
This commit is contained in:
Simon Backx 2023-05-30 14:10:27 +02:00
parent 644051e3e9
commit 6dddf3ee67
2 changed files with 12 additions and 6 deletions

View file

@ -26,7 +26,8 @@
data-logo="https://user-images.githubusercontent.com/65487235/157884383-1b75feb1-45d8-4430-b636-3f7e06577347.png"
data-color="#4664dd"
data-site="%VITE_SITE_URL%"
data-labels="signup-form,with-logo"
data-label-1="Signup form"
data-label-2="With logo"
></script>
<hr>
@ -38,7 +39,8 @@
data-description="An independent publication about embeddable signup forms."
data-color="#4664dd"
data-site="%VITE_SITE_URL%"
data-labels="signup-form,without-logo"
data-label-1="Signup form"
data-label-2="Without logo"
></script>
<hr>
@ -49,7 +51,8 @@
src="/src/index.tsx?other"
data-color="#ff0095"
data-site="%VITE_SITE_URL%"
data-labels="signup-form,minimal"
data-label-1="Signup form"
data-label-2="Minimal"
></script>
<hr>

View file

@ -25,7 +25,8 @@
data-logo="https://user-images.githubusercontent.com/65487235/157884383-1b75feb1-45d8-4430-b636-3f7e06577347.png"
data-color="#4664dd"
data-site="%VITE_SITE_URL%"
data-labels="signup-form,with-logo"
data-label-1="Signup form"
data-label-2="With logo"
></script>
<hr>
@ -36,7 +37,8 @@
data-description="An independent publication about embeddable signup forms."
data-color="#4664dd"
data-site="%VITE_SITE_URL%"
data-labels="signup-form,without-logo"
data-label-1="Signup form"
data-label-2="Without logo"
></script>
<hr>
@ -46,7 +48,8 @@
src="http://localhost:6174/signup-form.min.js"
data-color="#ff0095"
data-site="%VITE_SITE_URL%"
data-labels="signup-form,minimal"
data-label-1="Signup form"
data-label-2="Minimal"
></script>
<hr>