const isTrusted = true; return ( <> <Widget src="andyh.near/widget/ProfileOnboarding" isTrusted={isTrusted} /> {context.accountId && <h4>ProfileOnboarding</h4>} <Widget src="andyh.near/widget/MainPage.FeaturedApps" isTrusted={isTrusted} /> <div className="row mb-3"> <Widget src="andyh.near/widget/Applications" isTrusted={isTrusted} /> </div> <div className="row mb-3"> <Widget src="andyh.near/widget/People" isTrusted={isTrusted} /> </div> <div className="row mb-3"> <div> <h4>Get involved</h4> <div className="mb-2 d-flex gap-2 flex-wrap"> <a className="btn btn-outline-primary" href="https://thewiki.near.page/PastPresentAndFutureOfNearSocial" > What's Near Social? </a> <a className="btn btn-outline-primary" href="https://thewiki.near.page/near.social_docs" > Documentation </a> </div> <div className="mb-2 d-flex gap-2 flex-wrap"> <a className="btn btn-outline-secondary border-0" href="#/mob.near/widget/ProfilePage?accountId=self.social.near" > <i className="bi bi-person-circle"></i> </a> <a className="btn btn-outline-secondary border-0" href="https://t.me/NearSocial" > <i className="bi bi-telegram"></i> </a> <a className="btn btn-outline-secondary border-0" href="https://github.com/NearSocial" > <i className="bi bi-github"></i> </a> <a className="btn btn-outline-secondary border-0" href="https://twitter.com/NearSocial_" > <i className="bi bi-twitter"></i> </a> <a className="btn btn-outline-secondary border-0" href="https://thewiki.near.page/near.social" > <i className="bi bi-wikipedia"></i> </a> </div> </div> </div> <div className="row mb-3"> <div className="col-md-8"> <h4>Follow activity</h4> <span>temporarily disabled</span> {/*<Widget src="andyh.near/widget/FollowFeed" isTrusted={isTrusted} />*/} </div> <div className="col-md-4"> <h4>Poke activity</h4> <Widget src="andyh.near/widget/PokeFeed" isTrusted={isTrusted} /> </div> </div> </> );