Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
achan618 committed Feb 1, 2025
1 parent 2db363e commit 17c0e8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import BlurbHome from "@/components/home/BlurbHome";
import MainText from "@/components/home/mainText";
import HomePage from "@/components/home/homepage";
import JoinButton from "@/components/home/joinbutton";
import AboutUsBlurb from "@/components/home/AboutUsBlurb";
import AboutUsBlurb from "@/components/home/aboutUsBlurb";

const Home = () => {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/components/home/aboutUsBlurb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const AboutUsBlurb = () => {
</div>
<div className="mt-[2vh] flex-col">
<p className="font-seasons text-[9vh]"> ABOUT US </p>
<p className="max-w-[30vw] font-seasons text-[3vh]">
<p className="max-w-[30vw] font-seasons text-[2.8vh]">
The Cardiovascular Disease Student Association (CVDSA) is a
student-led advocacy group dedicated to raising awareness and funds in
collaboration with charities like the Heart & Stroke Foundation of
Expand Down

0 comments on commit 17c0e8f

Please sign in to comment.