Skip to content

Commit

Permalink
Grammar fixes in HomepageHero.tsx and CommunityGrant.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sfaber34 committed Mar 22, 2024
1 parent d3221a2 commit cba769f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/nextjs/app/_components/CommunityGrant.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const CommunityGrant = () => {
<div className="text-center font-spaceMono px-1 max-w-xs sm:max-w-lg lg:max-w-none lg:w-11/12 lg:px-0 lg:text-left space-y-5">
<p className="m-0 text-xs md:text-sm lg:text-base">
Are you a BG member eager to make an impact in the ecosystem? At BuidlGuidl, we&apos;re excited to support
your builds. We offer sponsorship of up to 1 ETH for projects that drive the community forward.
your builds. We offer sponsorships of up to 1 ETH for projects that drive the community forward.
</p>
<Link
href="/apply"
Expand All @@ -46,7 +46,7 @@ export const CommunityGrant = () => {
<div className="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 text-center lg:space-y-2">
<h2 className="font-extrabold text-xs lg:text-lg">WHO</h2>
<p className="my-0 text-[0.4rem] lg:text-sm font-medium">
Individuals from BuildGuidl, who want to build a project to contribute to the Ethereum ecosystem.
Individuals from BuidlGuidl who want to build a project that contributes to the Ethereum ecosystem.
</p>
</div>
</div>
Expand All @@ -64,7 +64,7 @@ export const CommunityGrant = () => {
<div className="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 text-center lg:space-y-2">
<h2 className="font-extrabold text-xs lg:text-lg">Process</h2>
<p className="my-0 text-[0.4rem] lg:text-sm font-medium">
Fill your application, get approved from the BG Grants team and submit the project once completed.
Fill out your application, get approved from the BG Grants team, and submit the project once completed.
</p>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions packages/nextjs/app/_components/HomepageHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export const HomepageHero = () => (
<div className="text-center font-spaceMono px-1 max-w-lg lg:max-w-none lg:w-4/5 lg:px-0 lg:text-left space-y-5">
<div className="bg-base-300 p-4 rounded-2xl">
<p className="m-0 text-xs md:text-sm lg:text-base">
BG grants are one of the ways BuidlGuidl funds development and contribute to the Ethereum ecosystem. Did you
just finished SRE or completed one of our batches? This could be the next step in your BuidlGuidl’s journey.
BG grants are one of the ways BuidlGuidl funds development and contributes to the Ethereum ecosystem. Did you
just finish SRE or complete one of our batches? This could be the next step in your BuidlGuidl journey.
</p>
</div>
<Link
Expand Down

0 comments on commit cba769f

Please sign in to comment.