Skip to content
Snippets Groups Projects
Unverified Commit d1c1943e authored by Kyle Doherty's avatar Kyle Doherty
Browse files

prettier

parent 0924e3c0
No related branches found
No related tags found
No related merge requests found
......@@ -62,9 +62,12 @@ 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" color='#93A1AB' />
{ t`Your dashboard was saved` }
<Link className="link text-bold ml1" to={Urls.dashboard(newDashboard.id)}>
<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.
Finish editing this message first!
Please register or to comment