-
Notifications
You must be signed in to change notification settings - Fork 23
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
chore: use internal link to space creation on landing page #1170
base: master
Are you sure you want to change the base?
Conversation
d56d3e5
to
36e480b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utAck
<AppLink | ||
:to="{ | ||
name: 'create', | ||
params: { | ||
protocol: 'snapshot' | ||
} | ||
}" | ||
> | ||
Create a space | ||
<IH-arrow-sm-right class="inline-block -rotate-45" /> | ||
</a> | ||
</AppLink> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we need two links, one for snapshot, one for x
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would keep only the link for Snapshot offchain first, I can't find a label that would not take too much space. Anyhow we will make a page /create with both S and SX choices later
36e480b
to
660f39b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utAck
:to="{ | ||
name: 'create-space-snapshot' | ||
}" | ||
> | ||
Create a space | ||
<IH-arrow-sm-right class="inline-block -rotate-45" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should remove this icon
Summary
Pointing to offchain form because it's what it did previously.
Closes: https://github.com/snapshot-labs/workflow/issues/445
How to test