diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3d30413..4bc34db 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v2 - name: Setup Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: "16.x" cache: "yarn" @@ -53,7 +53,7 @@ jobs: uses: actions/checkout@v2 - name: Setup Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: "16.x" cache: "yarn" diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/src/components/Navbar/index.tsx b/src/components/Navbar/index.tsx index b66309f..565d11a 100644 --- a/src/components/Navbar/index.tsx +++ b/src/components/Navbar/index.tsx @@ -10,6 +10,7 @@ import Box from "@mui/material/Box"; import Button from "@mui/material/Button"; import IconButton from "@mui/material/IconButton"; import Toolbar from "@mui/material/Toolbar"; +import Tooltip from "@mui/material/Tooltip"; import Typography from "@mui/material/Typography"; import History from "@mui/icons-material/History"; @@ -108,18 +109,22 @@ const Navbar: FC = () => { > {pages.map((page, i) => ( - + + + ))}