Skip to content

Commit

Permalink
fix: button color
Browse files Browse the repository at this point in the history
  • Loading branch information
pReya committed Jun 18, 2024
1 parent 8464a66 commit 56a96f6
Showing 2 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/components/ButtonLink.tsx
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ interface Props {
className?: string;
target?: string;
caption?: string;
variant?: "dark" | "light" | "search" | "github";
variant?: "dark" | "light" | "search" | "github" | "green";
newTab?: boolean;
}

19 changes: 8 additions & 11 deletions src/pages/en/makersinnovationaward.mdx
Original file line number Diff line number Diff line change
@@ -40,19 +40,16 @@ import LiteYouTubeEmbed from "react-lite-youtube-embed";

<div class="container-width grid grid-cols-1 lg:grid-cols-12 gap-8 py-8 md:py-24">
<div class="col-span-1 lg:col-span-6 flex flex-col gap-8">
<h2
class="text-neutral-900 text-lg leading-6 lg:text-2xl lg:leading-7 font-aktiv font-semibold"
>Shape MIA 2025 by taking part in the needs assessment!</h2>
<TextBlock>
<h2 class="text-neutral-900 text-lg leading-6 lg:text-2xl lg:leading-7 font-aktiv font-semibold">Shape MIA 2025 by taking part in the needs assessment!</h2>
<p>
We are preparing the next round of the Makers Innovation Award for 2025 and would like to invite you to join us in shaping it.
Share your valuable opinion and we will consider all your suggestions in our project!
Please take 5-10 minutes to fill out the form until 15.07.2024.
<div class="md:col-start-2 col-span-1">
<ButtonLink className="w-full" caption="Fill the form" target="https://docs.google.com/forms/d/e/1FAIpQLSf6U0bdT9aJhkKzT1vwDABgO1FPp_BgtTkvxfgWsC4HUBpBZQ/viewform" variant="light" newTab />
Share your valuable opinion and we will consider all your suggestions in our project!
Please take 5-10 minutes to fill out the form until 15.07.2024.
<div class="md:col-start-2 col-span-1">
<ButtonLink className="w-full" caption="Fill the form" target="https://docs.google.com/forms/d/e/1FAIpQLSf6U0bdT9aJhkKzT1vwDABgO1FPp_BgtTkvxfgWsC4HUBpBZQ/viewform" variant="green" newTab />
</div>
Let’s innovate and rebuild Ukraine together!

</TextBlock>
Let’s innovate and rebuild Ukraine together!
</p>
</div>
</div>

0 comments on commit 56a96f6

Please sign in to comment.