Skip to content

Commit 0bb9399

Browse files
authored
Use h4 instead of h1 (#1070)
1 parent 7502590 commit 0bb9399

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

www/components/footer.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ export function Footer(): JSX.Element {
44
return (
55
<footer class="grid grid-cols-4 text-center text-gray-500 tracking-wide bg-gray-100 dark:bg-gray-900 dark:text-gray-400 py-8 gap-y-4 leading-8 justify-self-end px-5">
66
<section class="flex flex-col gap-y-1">
7-
<h1 class="text-sm uppercase font-bold text-blue-primary dark:text-blue-secondary mb-4">
7+
<h4 class="text-sm uppercase font-bold text-blue-primary dark:text-blue-secondary mb-4">
88
About
9-
</h1>
9+
</h4>
1010
<a
1111
class="text-gray-800 dark:text-gray-200"
1212
href="https://frontside.com"
@@ -21,9 +21,9 @@ export function Footer(): JSX.Element {
2121
</a>
2222
</section>
2323
<section class="flex flex-col gap-y-1">
24-
<h1 class="text-sm uppercase font-bold text-blue-primary dark:text-blue-secondary mb-4">
24+
<h4 class="text-sm uppercase font-bold text-blue-primary dark:text-blue-secondary mb-4">
2525
OSS Projects
26-
</h1>
26+
</h4>
2727
<a
2828
href="https://frontside.com/interactors"
2929
class="text-gray-800 dark:text-gray-200"
@@ -32,9 +32,9 @@ export function Footer(): JSX.Element {
3232
</a>
3333
</section>
3434
<section class="flex flex-col gap-y-1">
35-
<h1 class="text-sm uppercase font-bold text-blue-primary dark:text-blue-secondary mb-4">
35+
<h4 class="text-sm uppercase font-bold text-blue-primary dark:text-blue-secondary mb-4">
3636
Resources
37-
</h1>
37+
</h4>
3838
<a href="/assets/llms.txt" class="text-gray-800 dark:text-gray-200">
3939
LLM Reference
4040
</a>
@@ -43,9 +43,9 @@ export function Footer(): JSX.Element {
4343
</a>
4444
</section>
4545
<section class="flex flex-col gap-y-1">
46-
<h1 class="text-sm uppercase font-bold text-blue-primary dark:text-blue-secondary mb-4">
46+
<h4 class="text-sm uppercase font-bold text-blue-primary dark:text-blue-secondary mb-4">
4747
Community
48-
</h1>
48+
</h4>
4949
<a
5050
href="https://discord.gg/r6AvtnU"
5151
class="text-gray-800 dark:text-gray-200"

0 commit comments

Comments
 (0)