Skip to content

Commit

Permalink
Grant wording changes (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
escottalexander authored Apr 19, 2024
1 parent a8e1a7b commit 01eb4e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 sponsorships of up to 1 ETH for projects that drive the community forward.
your builds. We offer sponsorships starting at 0.25 ETH for projects that drive the community forward.
</p>
<ApplyEligibilityLink />
</div>
Expand Down Expand Up @@ -67,7 +67,7 @@ export const CommunityGrant = () => {
<Image src="/assets/gray-patch.png" alt="Who section background" fill className="w-full" />
<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">Amount</h2>
<p className="my-0 text-[0.4rem] lg:text-sm font-medium">Up to 1 ETH</p>
<p className="my-0 text-[0.4rem] lg:text-sm font-medium">Starting at 0.25 ETH</p>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions packages/nextjs/app/apply/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const SubmitGrant: NextPage = () => {
<div className="flex bg-base-100 items-center flex-col flex-grow text-center pt-10 md:pt-4 px-6">
<h1 className="text-3xl sm:text-4xl font-bold mb-4">Apply for a Community Grant</h1>
<p className="text-md mb-0 max-w-xl">
As a BuidlGuidl member, you can build projects to make a significant impact on the ecosystem, and get ETH
sponsorship.
Our focus with these grants is primarily on code-based initiatives. Community events, workshops and other
speaking engagements will be rejected unless your suggestion is especially unique and compelling.
</p>
<p className="text-md pb-6 max-w-xl">We are excited to support your projects to drive the community forward.</p>
<Form />
Expand Down

0 comments on commit 01eb4e1

Please sign in to comment.