Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
fix mobile appbar export
Browse files Browse the repository at this point in the history
  • Loading branch information
mianzegregory committed Sep 15, 2021
1 parent 86600f8 commit 9ba5a68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/mobile/Appbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { slide as Menu } from "react-burger-menu";
import styled from "styled-components";
import { Link } from "react-router-dom";

export default (props) => {
const MobileAppbar = (props) => {
return (
<ToolbarWrapper>
<Menu {...props}>
Expand All @@ -20,6 +20,8 @@ export default (props) => {
);
};

export default MobileAppbar;

const ToolbarWrapper = styled.div`
background-color: transparent;
position: fixed;
Expand Down

0 comments on commit 9ba5a68

Please sign in to comment.