Skip to content

Commit

Permalink
Merge pull request #482 from PrashantAnand03/patch-4
Browse files Browse the repository at this point in the history
Added a category name "Explore."
  • Loading branch information
panwar8279 committed May 30, 2024
2 parents 98e41b6 + a4d4578 commit 31ae75b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions frontend/src/Component/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ function Footer() {
</ul>
</div>
<div className="col-md-6 col-lg-2 col-12 ft-4">
<h5>Explore</h5>
<ul>
<li className="nav-item">
<a className="" href="/">
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/style/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ footer {
}

.ft-4 {
margin-top: 5.5rem;
margin-top: 3.5rem;
text-decoration: none;
}

Expand Down

0 comments on commit 31ae75b

Please sign in to comment.