Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated upcoming features #370

Merged
merged 2 commits into from
Feb 1, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/components/projecteditor/welcome/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ export default class Welcome extends Component {
<h2>Upcoming features</h2>
<div className={style.linksContainer}>
<a href="https://github.com/SuperblocksHQ/superblocks-lab/issues/189" target="_blank" rel="noopener noreferrer" title="Testing support">Testing support for your Smart Contract</a>
<a href="https://github.com/SuperblocksHQ/superblocks-lab/issues/252" target="_blank" rel="noopener noreferrer" title="Share your project using IPFS">Share your project using IPFS</a>
<a href="https://github.com/SuperblocksHQ/superblocks-lab/issues/303" target="_blank" rel="noopener noreferrer" title="App view subdomain">App view running on a separate subdomain</a>
<a href="https://github.com/SuperblocksHQ/superblocks-lab/issues/368" target="_blank" rel="noopener noreferrer" title="Add Github login and user profiles">Add Github login and user profiles</a>
<a href="https://github.com/SuperblocksHQ/superblocks-lab/projects/1" target="_blank" rel="noopener noreferrer" title="Latest updates">
<IconRight className={style.arrow} />
Find the latest updates
Expand Down