Skip to content

Commit

Permalink
Add links to team
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-Ouyang committed Apr 17, 2024
1 parent 298eee7 commit b854653
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,33 @@ export const App = () => {
</p>
<h2>Is this a rug pull?</h2>
<p>
Nope! This is a collaboration between people from
IYK, Future Primitive (Authors of 6551), ENS, and
V3X to show off the power of decentralized digital
Nope! This is a collaboration between people from{' '}
<a href="https:/iyk.app" target="_blank">
IYK
</a>
,{' '}
<a
href="https://twitter.com/futureprimitive"
target="_blank"
>
Future Primitive
</a>{' '}
(Authors of{' '}
<a
href="https://eips.ethereum.org/EIPS/eip-6551"
target="_blank"
>
ERC-6551
</a>
),{' '}
<a href="https://ens.domains/" target="_blank">
ENS
</a>
, and{' '}
<a href="https://v3x.company/" target="_blank">
V3X
</a>{' '}
to show off the power of decentralized digital
assets.
</p>
<p>
Expand Down Expand Up @@ -79,7 +103,7 @@ export const App = () => {
<h2>Countdown</h2>
<p>
Once the vote starts, you no longer will be able to
delgate your vote!
delegate your vote!
</p>
<Countdown to={new Date('2024-04-17T20:00:00.000Z')} />
<h2>My Jury Duty</h2>
Expand Down

0 comments on commit b854653

Please sign in to comment.