Skip to content

Commit

Permalink
h1 -> h2
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahsimionescu committed Oct 10, 2023
1 parent fc6c3cb commit 97f2af9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/FAQ.astro
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ const questions: Array<{
---

<div class="container flex max-w-3xl flex-col items-center text-white">
<h1 class="mb-10 text-center font-display text-6xl font-bold">
<h2 class="mb-10 text-center font-display text-6xl font-bold">
<span class="text-fill-transparent text-stroke-white text-stroke-2"
>GOT
</span>
QUESTIONS?
</h1>
</h2>
<div class="grid w-full md:grid-cols-2">
{
questions.map(({ question, answer }) => (
Expand Down

0 comments on commit 97f2af9

Please sign in to comment.