Skip to content

Commit

Permalink
fix(Navbar.component.tsx): update app name
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonCrk committed Feb 18, 2024
1 parent 91115b4 commit 5ea6386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Navbar: FC = () => {
<nav className='navbar navbar-expand-lg navbar-dark bg-black'>
<div className='container-md'>
<Link className='navbar-brand fw-bold' to='/'>
Master Planner Event
Master Event Planner
</Link>

<div className='collapse navbar-collapse'>
Expand Down

0 comments on commit 5ea6386

Please sign in to comment.