Skip to content

Commit

Permalink
Fix descriptive button
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteHoodHacker committed Jan 4, 2024
1 parent ba1c745 commit 660b433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const IndexPage = ({ data }: Props) => {
<div className="lg:order-2 pb-6 lg:w-2/3 lg:p-0 xl:w-1/2 mx-auto text-center">
<h1 className="lg:text-6xl">Hacking @ UIUC</h1>
<p>{data.site?.siteMetadata.description}</p>
<Link to="/about/" className="btn-primary">Learn more</Link>
<Link to="/about/" className="btn-primary">Learn about us</Link>
</div>
<div className="flex lg:order-1 gap-8 pr-20 sm:columns-2 sm:p-0 md:pr-20 lg:columns-3 lg:gap-12 lg:p-0 lg:pb-2 xl:gap-16 2xl:gap-16 2xl:px-28">
<div className="pt-6 w-full">
Expand Down

0 comments on commit 660b433

Please sign in to comment.