diff --git a/src/Components/Navbar/Navbar.jsx b/src/Components/Navbar/Navbar.jsx index 30d689e..3eacf3b 100644 --- a/src/Components/Navbar/Navbar.jsx +++ b/src/Components/Navbar/Navbar.jsx @@ -79,7 +79,7 @@ const Navbar = () => { navigate("/"); }} > -

Hom;

+

Home

glow diff --git a/src/Pages/Team/Team.jsx b/src/Pages/Team/Team.jsx index 1b64317..1d0575f 100644 --- a/src/Pages/Team/Team.jsx +++ b/src/Pages/Team/Team.jsx @@ -27,7 +27,7 @@ const Teams = () => {
- CORE TEAM + core team
{" "}
{Convener.map(MemberDetails)}
@@ -38,7 +38,7 @@ const Teams = () => {
- TECH TEAM + tech team
{" "}
{Techlead.map(MemberDetails)}
diff --git a/src/Pages/Team/Team.module.scss b/src/Pages/Team/Team.module.scss index af62389..59dda2a 100644 --- a/src/Pages/Team/Team.module.scss +++ b/src/Pages/Team/Team.module.scss @@ -2,7 +2,9 @@ $fontcolor: #ffffff; @font-face { font-family: "StarJedi"; - src: url("../../../public/fonts/Starjedi.ttf"); + src: url("/public/fonts/Starjedi.ttf") format("truetype"); + font-weight: normal; + font-style: normal; } .root { font-size: 16px; @@ -58,7 +60,6 @@ $fontcolor: #ffffff; line-height: 2.5rem; width: 100%; position: relative; - text-transform: capitalize; top: 7rem; text-align: center; }