completionId: cgen-25e56a15ee614e7da49f055db2d3bb6b
cgen-25e56a15ee614e7da49f055db2d3bb6b
This commit is contained in:
parent
5ad796175f
commit
c37424152d
1 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ export default function Foundation() {
|
|||
<Button
|
||||
size="lg"
|
||||
className="bg-red-400 text-black shadow-[0_0_30px_rgba(239,68,68,0.35)] transition hover:bg-red-300"
|
||||
onClick={() => navigate("/foundation/contribute")}
|
||||
>
|
||||
<Heart className="mr-2 h-5 w-5" />
|
||||
Contribute
|
||||
|
|
@ -56,6 +57,7 @@ export default function Foundation() {
|
|||
size="lg"
|
||||
variant="outline"
|
||||
className="border-red-400/60 text-red-300 hover:bg-red-500/10"
|
||||
onClick={() => navigate("/foundation/learn-more")}
|
||||
>
|
||||
Learn More
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue