Skip to content

Commit

Permalink
[#38] style: Remove unnecessary codes
Browse files Browse the repository at this point in the history
  • Loading branch information
rosieyeon committed Feb 3, 2022
1 parent 1273f4e commit b79f1f2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/components/navbarHome.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { NavLink, useNavigate } from "react-router-dom";
import { NavLink } from "react-router-dom";
import "../statics/css/navbarHome.css";

function NavbarHome() {
Expand Down
3 changes: 0 additions & 3 deletions src/statics/css/navbarHome.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/statics/css/navbarHome.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions src/statics/scss/navbarHome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
}
}

img {
height: 18px;
}
span {
padding-left: 7px;
padding-right: 3px;
Expand Down

0 comments on commit b79f1f2

Please sign in to comment.