Skip to content

Commit

Permalink
Merge pull request #97 from jonogon/jonogon-web/about
Browse files Browse the repository at this point in the history
Update FAQ link and buttons
  • Loading branch information
shadwan authored Sep 9, 2024
2 parents 146da9e + 2017f00 commit 731085b
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions apps/jonogon-web-next/src/app/contributors/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,30 +121,30 @@ export default function Contributors() {
leads to action.
</span>
</p>
<div className="flex flex-row gap-4 md:border-t border-white border-opacity-20 py-4">
<a
href="https://discreet-vise-e56.notion.site/Jongon-s-FAQ-642932045917456db0564021736af38c?pvs=4"
target="_blank"
rel="noopener noreferrer"
className="w-full"
>
<Button className="w-full bg-[#F7F2EE] bg-opacity-10 text-black hover:text-white font-medium py-4 rounded-md border-2 border-black border-opacity-10">
FAQS
</Button>
</a>
<a
href="https://discord.gg/U9EcJesGXA"
target="_blank"
rel="noopener noreferrer"
className="w-full"
>
<Button className="w-full bg-[#F7F2EE] bg-opacity-10 text-black hover:text-white font-medium py-4 rounded-md border-2 border-black border-opacity-10">
Join our community
</Button>
</a>
</div>
</CollapsibleContent>
</Collapsible>
<div className="flex flex-row gap-4 md:border-t border-white border-opacity-20 py-4">
<a
href="https://elvista.notion.site/Jonogon-962f56d9d6ea42d3839790c2146b7f6a"
target="_blank"
rel="noopener noreferrer"
className="w-full"
>
<Button className="w-full bg-[#F7F2EE] bg-opacity-10 text-black hover:text-white font-medium py-4 rounded-md border-2 border-black border-opacity-10">
FAQS
</Button>
</a>
<a
href="https://discord.gg/U9EcJesGXA"
target="_blank"
rel="noopener noreferrer"
className="w-full"
>
<Button className="w-full bg-[#F7F2EE] bg-opacity-10 text-black hover:text-white font-medium py-4 rounded-md border-2 border-black border-opacity-10">
Join our community
</Button>
</a>
</div>
</div>
</div>

Expand Down

0 comments on commit 731085b

Please sign in to comment.