Skip to content

Commit

Permalink
improve(copy): footer column header
Browse files Browse the repository at this point in the history
Change "Information" -> "Resources" for the footer column related to the Github/Docs links.
  • Loading branch information
james-a-morris authored Mar 25, 2024
1 parent bad72b9 commit 144414c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export function Footer() {
<div className="mb-40 mt-12 grid grid-cols-2 gap-x-8 gap-y-12 sm:mt-0 sm:grid-cols-3 lg:gap-x-16">
<FooterBox label="products" items={products} />
<FooterBox label="socials" items={socials} useExternalLinks />
<FooterBox label="information" items={information} useExternalLinks />
<FooterBox label="resources" items={information} useExternalLinks />
</div>
</div>
<div className="flex flex-row items-center justify-center gap-1 lining-nums tabular-nums text-grey-400">
Expand Down

0 comments on commit 144414c

Please sign in to comment.