Skip to content

Commit

Permalink
Merge pull request #1 from Open-Source-Justice-Foundation/BitcoinBrie…
Browse files Browse the repository at this point in the history
…f-patch-1

Update Projects.tsx
  • Loading branch information
brianjcarroll authored Oct 22, 2024
2 parents c04f2f7 + 0b12f31 commit d4f0a15
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/components/Projects/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ export default function Projects() {
/>
<div className="grid grid-cols-1 md:grid-cols-3 gap-12">
<div className="flex flex-col gap-4">
<Fundsolvr />
<a href="https://fundsolvr.com" target="_blank">
<Fundsolvr />
</a>
<h4 className="font-medium font-hubot text-xl text-title mt-2 md:mt-0">
Fundsolvr
</h4>
Expand All @@ -23,13 +25,15 @@ export default function Projects() {
</p>
<div className="flex flex-row gap-4">
{/* <Duck /> */}
<a href="https://github.com/Resolvr-io/resolvr.io" target="_blank">
<a href="https://github.com/Open-Source-Justice-Foundation/Fundsolvr" target="_blank">
<Github width="32" height="33" />
</a>
</div>
</div>
<div className="flex flex-col gap-4">
<Keystache />
<a href="https://keystache.io" target="_blank">
<Keystache />
</a>
<h4 className="font-medium font-hubot text-xl text-title">
Keystache
</h4>
Expand All @@ -41,7 +45,7 @@ export default function Projects() {
</p>
<div className="flex flex-row gap-4 mt-auto">
{/* <Duck /> */}
<a href="https://github.com/Resolvr-io/Keystache" target="_blank">
<a href="https://github.com/nodetec/keystache" target="_blank">
<Github width="32" height="33" />
</a>
</div>
Expand Down

0 comments on commit d4f0a15

Please sign in to comment.