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

Agent: update agent copy for new release #1094

Merged
merged 4 commits into from
Mar 11, 2020
Merged
Changes from 3 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
25 changes: 10 additions & 15 deletions apps/agent/app/src/components/ComingSoon.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ function ComingSoon() {
>
<AgentSvg />
</div>
<Tag
mode="new"
css={`
margin-bottom: ${2 * GU}px;
`}
>
Coming soon
</Tag>
<h2
css={`
color: ${theme.content};
Expand All @@ -36,7 +28,7 @@ function ComingSoon() {
padding: 0 ${2 * GU}px;
`}
>
Agent transaction list is coming soon!
Agent transaction list is here!
</h2>
<div
css={`
Expand All @@ -47,12 +39,15 @@ function ComingSoon() {
padding: 0 ${2 * GU}px;
`}
>
We are currently working on the full version of this app. You’ll soon be
able to browse Agent interactions with other Ethereum applications from
here.
<Link href="https://aragon.org/agent">
Learn how you can start using it today
</Link>
<p>We have released the new Agent UI in v5. </p>
<p>
To obtain it, you must update your app to the latest version through
the{' '}
<Link href="https://help.aragon.org/article/22-app-center">
App Center
</Link>
.
</p>
</div>
</Card>
)
Expand Down