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

initial fixes (#8033)

parent 1a5f1fed
No related branches found
No related tags found
No related merge requests found
......@@ -270,10 +270,11 @@ export default class Navbar extends Component {
</Box>
</Flex>
<Flex ml="auto" align="center" className="relative z2">
<Link to={Urls.newQuestion()} mx={2}>
<Link to={Urls.newQuestion()} mx={2} className="hide sm-show">
<Button medium>{t`Ask a question`}</Button>
</Link>
<EntityMenu
className="hide sm-show"
triggerIcon="add"
items={[
{
......
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