Skip to content

Commit

Permalink
Feat: styling correct
Browse files Browse the repository at this point in the history
  • Loading branch information
kz44 committed Feb 8, 2024
1 parent bac5e56 commit bcd6755
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions frontend/sportsmatch-app/src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ import '../styles/Navbar.css'

function Navbar() {
return (
<nav className={"nav"}>
<nav className={'nav'}>
<div className="logo">
<a href="/">
<img className="logo-png" src="src\assets\logo.png" alt="SportMingle logo" />
<img
className="logo-png"
src="src\assets\logo.png"
alt="SportMingle logo"
/>
</a>
</div>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion frontend/sportsmatch-app/src/pages/Signup.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import SignupComponent from '../components/SignupComponent'
import Navbar from "../components/Navbar.tsx";
import Navbar from '../components/Navbar'

export default function NSignup() {
return (
Expand Down

0 comments on commit bcd6755

Please sign in to comment.