Skip to content

Commit

Permalink
fix(articles): added register styling and adjusted create blog layout
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed Mar 21, 2023
1 parent 7149f4c commit 6acd87a
Show file tree
Hide file tree
Showing 7 changed files with 814 additions and 127 deletions.
2 changes: 1 addition & 1 deletion src/Components/NavBar/NavBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const NavBar = () => {
<div className="dropdown-menu" aria-labelledby="navdrop">
<Link to={"/blog/new"} className="dropdown-item nav-link">Create Post</Link>
<Link to={"/blog"} rel="noopener noreferrer"
className="dropdown-item nav-link">View Blog</Link>
className="dropdown-item nav-link">View Blogs</Link>
</div>
</li>
<li className="dropdown">
Expand Down
Loading

0 comments on commit 6acd87a

Please sign in to comment.