NEARBuilders/gateway

Merge page.profile.Index and /Profile

Closed this issue · 0 comments

The full code for page.profile.Index looks like :

return (
  // Container seems like it can be applied globally in layout
  <div className="container-xl mt-3"> 
    <Widget src="${config_account}/widget/Profile" loading="" props={props} />
  </div>
);

This doesn't need to be two separate widgets, let's combine them