Skip to content

Commit bfa7f9e

Browse files
committed
chore: update promo text markup and add research link
1 parent 7b7bc62 commit bfa7f9e

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

app/pages/index.vue

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,12 @@ defineOgImageComponent('Default', {
9393

9494
<BuildEnvironment class="mt-4" />
9595
<p class="max-w-3xl mx-auto text-center">
96-
<b>Update:</b>
97-
We’ve completed our user experience research and carefully reviewed the results. To
98-
deliver the best possible experience, we’ve decided to remove the dark theme. We’re
99-
committed to making decisions based on what works best for our users and are glad we took
100-
the time to validate this through research. Thank you for participating 🤍
96+
<b>Update:</b>
97+
We’ve completed our user experience research and carefully reviewed the results.
98+
To deliver the best possible experience, we’ve decided to <b>remove the dark theme</b>.
99+
We’re committed to making decisions based on what works best for our users and
100+
are glad we took the time to validate this through <a href="/theme-research" target="_blank" rel="noopener noreferrer" class="underline">user research</a>.
101+
Thank you for participating 🤍
101102
</p>
102103
</header>
103104

vercel.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"$schema": "https://openapi.vercel.sh/vercel.json",
33
"trailingSlash": false,
44
"redirects": [
5+
{
6+
"source": "/theme-research",
7+
"destination": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
8+
},
59
{
610
"source": "/(.*)",
711
"has": [

0 commit comments

Comments
 (0)