Skip to content

Commit cfd6990

Browse files
DinoxhCopilot
andauthored
Burger menu (#98)
* bug fix * added burger menu * Update my-app/index.html Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7f23f5a commit cfd6990

10 files changed

Lines changed: 298 additions & 29 deletions

File tree

my-app/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
<link rel="preconnect" href="https://fonts.googleapis.com">
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1010
<link href="https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
11-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
12-
<title>Find my course</title>
11+
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Find my course</title>
1312
</head>
1413
<div id="root"></div>
1514
<script type="module" src="/src/index.jsx"></script>

my-app/package-lock.json

Lines changed: 202 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

my-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"mobx-react-lite": "^4.1.0",
2626
"pdfjs-dist": "^5.1.91",
2727
"react": "^18.3.1",
28+
"react-burger-menu": "^3.1.0",
2829
"react-dom": "^18.3.1",
2930
"react-infinite-scroll-component": "^6.1.0",
3031
"react-router-dom": "^7.4.0",

0 commit comments

Comments
 (0)