Skip to content

Instantly share code, notes, and snippets.

View crypt0graff's full-sized avatar
💭
yee.

crypt0graff

💭
yee.
View GitHub Profile
@crypt0graff
crypt0graff / App.jsx
Created January 5, 2022 15:31 — forked from farzaa/App.jsx
// if the user has already claimed their nft we want to display the interal DAO page to them, only DAO members will see this
if (hasClaimedNFT) {
return (
<div className="member-page">
<h1>🍪DAO Member Page</h1>
<p>Congratulations on being a member</p>
<div>
<div>
<h2>Member List</h2>
<table className="card">