Skip to content

Commit 3201927

Browse files
committed
Tweak copy
1 parent 1821bae commit 3201927

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

resources/views/components/bifrost-button.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class="self-center justify-self-center whitespace-nowrap [grid-area:1/-1]"
9494
<span
9595
class="self-center justify-self-center whitespace-nowrap [grid-area:1/-1]"
9696
>
97-
{{ $small ? 'Ship' : 'Ship your app!' }}
97+
{{ $small ? 'Ship' : 'Ship it!' }}
9898
</span>
9999
</span>
100100
</a>

resources/views/components/home/explainer.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,11 +603,11 @@ class="mt-7 flex flex-col items-center gap-1.5 text-center text-pretty"
603603
id="sponsors-title"
604604
class="text-xl font-bold text-slate-800 lg:text-2xl dark:text-white"
605605
>
606-
And when you've built your app, Ship it!
606+
And when you've built your app... Ship it!
607607
</h2>
608608
<p class="text-lg text-slate-600 dark:text-zinc-400">
609609
Get it to the stores and into the hands of users as fast as
610-
humanly possible with Bifrost"
610+
humanly possible with Bifrost
611611
</p>
612612
</div>
613613

0 commit comments

Comments
 (0)