Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pisuthd committed Jul 29, 2023
1 parent 34f267d commit 8f5937c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ npm run package:client

Name | Address
--- | ---
Package | 0x049e0241831bd3ee71662fcfd1125f45fda84f8c892a36ae530fdc1c7f7d7884
Mock StakedSui | 0xdd5e3d67f7ffba50d4b2ac08784ca9adc797dda53c27ede73a521aab3a2ebab5
Vault | 0xe755f1908f1c0e5b1c6ade71ee50bc023d8eb60bcfb1d8eb4d27878d45a1dfd1
Marketplace | 0x517837b3d5f20675aec9bcc1c8f2789e523986bc5562b2e96fc177d055beb4ca
Package | 0xd9ed174e9a38820c02d0a333228f05b1d3a83079f596352b0b0da1bb8aca53c4
Mock StakedSui | 0x4e25a93053a62304d0c3046d998c9e6edd28d031ab3b441dedfe5ca611a99abc
Vault | 0xbbc843902b4267562a8038f3ce94bdd266bd9e635889ccefa17d002687ae478b
Marketplace | 0xcb65377b43bca63a3ead11dacdb8fbc34da0cd15b4cd2388d36889cfd41d9501
15 changes: 1 addition & 14 deletions packages/client/src/components/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,7 @@ const About = () => {
</p>
</div>
</div>
</section>
{/* <div className='bg-black bg-opacity-10 backdrop-blur-lg drop-shadow-lg p-4 border-2'>
<div class="grid grid-cols-3 gap-3">
<div className="col-span-2">
<p className="px-8 mt-8 mb-8 font-bold text-2xl">Follow us for updates </p>
</div>
<div className="col-span-1 flex text-sm">
<div className="text-sm mt-auto mb-auto ml-auto mr-8">
<a className="mr-5 hover:underline" href="https://twitter.com/pisuthd" target="_blank">Twitter</a>{` `}
<a className="hover:underline" href="https://github.com/pisuthd/legato-finance" target="_blank">GitHub</a>
</div>
</div>
</div>
</div> */}
</section>
</div>
)
}
Expand Down

0 comments on commit 8f5937c

Please sign in to comment.