Skip to content

Commit

Permalink
Deployment Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
itsindrajput committed Apr 15, 2024
1 parent 34ce9ae commit 35017fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/pages/Menu/Menu.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import Navbar from "../../components/Menu/Navbar";
import Beverages from "../../components/Menu/Beverages";
import style from "./Menu.module.css";
import style from "./menu.module.css";
import Categories from "../../components/Menu/Categories";
import ImageCarousel from "../../components/Menu/ImageCarousel";

Expand Down
5 changes: 0 additions & 5 deletions src/pages/Menu/menu.module.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
.sunsetLogo {
text-align: center;
padding: 3rem 0rem;
Expand Down

0 comments on commit 35017fc

Please sign in to comment.