Skip to content

Commit 2ec4204

Browse files
AchoArnoldCopilot
andcommitted
fix(web): use <p> for affiliates hero tagline
Change the hero description from <h2> to <p> so it no longer shares a heading level with the semantic section headings, keeping the document outline meaningful for screen readers and SEO. Same Vuetify typography classes preserve the visual appearance. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: e720b62d-82e1-4d3c-b82e-11f3a2b7f7f8
1 parent eaabbec commit 2ec4204

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/app/pages/affiliates/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,15 @@ const scrollToFaq = () => {
9393
<h1 class="text-display-large font-weight-bold pb-1">
9494
Get paid to share httpSMS
9595
</h1>
96-
<h2
96+
<p
9797
class="text-medium-emphasis text-headline-small font-weight-light mt-8 mb-8"
9898
>
9999
Earn
100100
<span class="text-primary font-weight-bold">20% commission</span> —
101101
up to <span class="text-primary font-weight-bold">$70.00</span> — on
102102
every customer you refer. Recommend httpSMS on your blog, videos, or
103103
social, and we'll track every click and pay you.
104-
</h2>
104+
</p>
105105
<div>
106106
<VBtn
107107
color="primary"

0 commit comments

Comments
 (0)