Skip to content

Commit

Permalink
chore: a11y fix signup page iroco-co/audits-frago#3
Browse files Browse the repository at this point in the history
  • Loading branch information
bamthomas committed Nov 28, 2023
1 parent e519795 commit d73c03e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib/Mail.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<div class="mail illustration {orientation}">
<svg viewBox="0 0 58.96 85.92" height={size} role="img">
<title>Mail</title>
<title>Mail Icon</title>
<rect
x="1.95"
y="28.91"
Expand Down
4 changes: 2 additions & 2 deletions src/routes/signup/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<section class="signup">
<div class="signup__offer">
<h2>{$_("signup.offer.title")}</h2>
<h1>{$_("signup.offer.title")}</h1>
<div class="signup__offer__card">
<div class="signup__offer__card__svglistgroup">
<div class="signup__offer__card__svglistgroup__icon">
Expand Down Expand Up @@ -62,7 +62,7 @@
{$_("signup.offer.buttons.details")}
</Button>
<div class="signup__offer__card__buttons__more" class:displayed={more}>
<h3>{$_("faq.questions.offercontent.title")}</h3>
<h2>{$_("faq.questions.offercontent.title")}</h2>
<p>{$_("faq.questions.offercontent.p")}</p>
<ul>
<li>{$_("faq.questions.offercontent.list.address")}</li>
Expand Down

0 comments on commit d73c03e

Please sign in to comment.