Skip to content
Snippets Groups Projects
Commit acc0a17f authored by Tom Robinson's avatar Tom Robinson
Browse files

Merge branch 'automagic-dashboards-improvments2' of...

Merge branch 'automagic-dashboards-improvments2' of github.com:metabase/metabase into automagic-dashboards-improvments2
parents f23bf780 d1c1943e
Branches
Tags
No related merge requests found
......@@ -62,9 +62,13 @@ class AutomaticDashboardApp extends React.Component {
type: "metabase/automatic-dashboards/link-to-created-object",
message: () => (
<div className="flex align-center">
<Icon name="dashboard" size={22} className="mr2" />
<Link className="link" to={Urls.dashboard(newDashboard.id)}>
{t`View your recently created dashboard`}
<Icon name="dashboard" size={22} className="mr2" color="#93A1AB" />
{t`Your dashboard was saved`}
<Link
className="link text-bold ml1"
to={Urls.dashboard(newDashboard.id)}
>
{t`See it`}
</Link>
</div>
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment