Skip to content

Commit 2985030

Browse files
committed
refactor: added emoji to contact form #prod
1 parent 5479af9 commit 2985030

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/ts/Pages/Contact.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@
2121
<div class="w-full lg:w-1/2">
2222
<div class="p-4">
2323
{#if country}
24+
<p>Visiting us from {country}? We might be 50% right 🙃</p>
2425
<div style="width: 100%">
2526
<iframe
2627
width="100%"
27-
height="500"
28+
height="400"
2829
frameborder="0"
2930
scrolling="no"
3031
marginheight="0"

0 commit comments

Comments
 (0)