diff --git a/packages/nextjs/.gitignore b/packages/nextjs/.gitignore index 6985d55..22813e7 100644 --- a/packages/nextjs/.gitignore +++ b/packages/nextjs/.gitignore @@ -26,6 +26,7 @@ yarn-error.log* .pnpm-debug.log* # local env files +.env .env.local .env.development.local .env.test.local @@ -35,4 +36,4 @@ yarn-error.log* .vercel # typescript -*.tsbuildinfo \ No newline at end of file +*.tsbuildinfo diff --git a/packages/nextjs/app/_components/CommunityGrant.tsx b/packages/nextjs/app/_components/CommunityGrant.tsx index f19123e..5141f28 100644 --- a/packages/nextjs/app/_components/CommunityGrant.tsx +++ b/packages/nextjs/app/_components/CommunityGrant.tsx @@ -28,7 +28,7 @@ export const CommunityGrant = () => { {/* Description */}

- Are you a BG member eager to make impact in the ecosystem? At BuidlGuidl, we're excited to support + Are you a BG member eager to make an impact in the ecosystem? At BuidlGuidl, we're excited to support your builds. We offer sponsorship of up to 1 ETH for projects that drive the community forward.

(

- Funding meaningful projects
across the ecosystem + Funding meaningful projects
across the Ethereum ecosystem

sparkle
diff --git a/packages/nextjs/app/layout.tsx b/packages/nextjs/app/layout.tsx index a1cb4d9..cb2fe6c 100644 --- a/packages/nextjs/app/layout.tsx +++ b/packages/nextjs/app/layout.tsx @@ -15,13 +15,15 @@ export const metadata: Metadata = { default: "BuidlGuidl Grants", template: "%s | BuidlGuidl Grants", }, - description: "BuidlGuidl Grants offers funding to its members to build meaningful projects across the ecosystem.", + description: + "BuidlGuidl Grants offers funding to its members to build meaningful projects across the Ethereum ecosystem.", openGraph: { title: { default: "BuidlGuidl Grants", template: "%s | BuidlGuidl Grants", }, - description: "BuidlGuidl Grants offers funding to its members to build meaningful projects across the ecosystem.", + description: + "BuidlGuidl Grants offers funding to its members to build meaningful projects across the Ethereum ecosystem.", images: [ { url: imageUrl, @@ -35,7 +37,8 @@ export const metadata: Metadata = { default: "BuidlGuidl Grants", template: "%s | BuidlGuidl Grants", }, - description: "BuidlGuidl Grants offers funding to its members to build meaningful projects across the ecosystem.", + description: + "BuidlGuidl Grants offers funding to its members to build meaningful projects across the Ethereum ecosystem.", }, icons: { icon: [{ url: "/favicon.png", sizes: "32x32", type: "image/png" }], diff --git a/packages/nextjs/components/Footer.tsx b/packages/nextjs/components/Footer.tsx index 1ae5811..68792e4 100644 --- a/packages/nextjs/components/Footer.tsx +++ b/packages/nextjs/components/Footer.tsx @@ -35,7 +35,12 @@ export const Footer = () => {