Skip to content

Commit 16b6f3f

Browse files
committed
refactor: updated contact us page #prod
1 parent 2985030 commit 16b6f3f

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,7 +21,8 @@
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>
24+
<p>Visiting us from {country}? Hi 🙃. We might be 50% wrong though.</p>
25+
<br />
2526
<div style="width: 100%">
2627
<iframe
2728
width="100%"

0 commit comments

Comments
 (0)