Skip to content
Snippets Groups Projects
Commit 49c92ba3 authored by Maz Ameli's avatar Maz Ameli Committed by Kyle Doherty
Browse files

prettier

parent 31b4178a
Branches
Tags
No related merge requests found
......@@ -156,9 +156,18 @@ export const ExploreList = ({
);
export const ExploreOption = ({ option }: { option: Candidate }) => (
<Link to={option.url} className="flex align-center text-bold no-decoration text-grey-5 text-brand-hover bg-grey-0 p2 py3">
<Icon name="bolt" size={20} className="flex-no-shrink mr1 justify-center text-gold" />
<div><span className="text-normal">{t`A look at your`}</span> {option.title}</div>
<Link
to={option.url}
className="flex align-center text-bold no-decoration text-grey-5 text-brand-hover bg-grey-0 p2 py3"
>
<Icon
name="bolt"
size={20}
className="flex-no-shrink mr1 justify-center text-gold"
/>
<div>
<span className="text-normal">{t`A look at your`}</span> {option.title}
</div>
</Link>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment