Skip to content
Snippets Groups Projects
Commit 18dcca4a authored by Sameer Al-Sakran's avatar Sameer Al-Sakran
Browse files

fix lint error from i18n additions

parent bd3b6cb5
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,9 @@ const GuideHeader = ({ startEditing, isSuperuser }) => (
<div>
<div className="wrapper wrapper--trim sm-py4 sm-my3">
<div className="flex align-center">
<h1
className="text-dark"
style={{ fontWeight: 700 }}
>{t`Start here`}.</h1>
<h1 className="text-dark" style={{ fontWeight: 700 }}>
{t`Start here`}.
</h1>
{isSuperuser && (
<span className="ml-auto">
<EditButton startEditing={startEditing} />
......
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