Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grant wording changes #118

Merged
merged 2 commits into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading