Skip to content

Commit

Permalink
mark navbar as wip
Browse files Browse the repository at this point in the history
  • Loading branch information
david-pawlowski committed Jan 15, 2024
1 parent 1eda9ba commit f78ec49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ResponsiveAppBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import Tooltip from "@mui/material/Tooltip";
import MenuItem from "@mui/material/MenuItem";
import AdbIcon from "@mui/icons-material/Adb";

const pages = ["Products", "Pricing", "Blog"];
const settings = ["Profile", "Account", "Dashboard", "Logout"];
const pages = ["WIP", "WIP", "WIP"];
const settings = ["WIP", "WIP", "WIP", "WIP"];

function ResponsiveAppBar() {
const [anchorElNav, setAnchorElNav] = React.useState(null);
Expand Down

0 comments on commit f78ec49

Please sign in to comment.