Skip to content
Snippets Groups Projects
Commit c2807b9f authored by Maz Ameli's avatar Maz Ameli
Browse files

fix another merge conflict

parent f6194d8b
No related branches found
No related tags found
No related merge requests found
......@@ -133,22 +133,6 @@ class Overworld extends React.Component {
);
})}
</Grid>
<Box my={2}>
<Link
to="/collection/root"
color={normal.grey2}
className="text-brand-hover"
>
<Flex bg="#F4F6F8" p={2} mb={1} align="center">
<Box ml="auto" mr="auto">
<Flex align="center">
<h3>{t`Browse saved items`}</h3>
<Icon name="chevronright" size={14} ml={1} />
</Flex>
</Box>
</Flex>
</Link>
</Box>
</Box>
);
}}
......
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