fixed youtube link, also the Logo on mobile devices

This commit is contained in:
2025-07-20 10:00:47 -04:00
parent 198bb35725
commit 354db72f2b
8 changed files with 12 additions and 12 deletions

View File

@@ -14,8 +14,8 @@ function Navbar() {
return (
<div className='navbar'>
<div className='leftSide' id={openLinks ? "open" : "close"}>
<a href='https://localhost:3000'>
<img src={Logo} href="https://localhost:3000" />
<a href='/'>
<img src={Logo} href="/" />
</a>
<div className='hiddenLinks'>
<NavLink to="/"> Home </NavLink>

View File

@@ -44,10 +44,10 @@ export const SocialList = [
},
{
hiddenLink: <a href="https://youtube.com/@ehchad?si=Xc1HCJieEdTGHSWU" target="_blank" />,
hiddenLink: <a href="https://www.youtube.com/channel/UC3H33ordT_-qpMjUvY95ILg" target="_blank" />,
name: "Youtube",
image: YoutubeLogo,
link: <a href="https://youtube.com/@ehchad?si=Xc1HCJieEdTGHSWU" target="_blank">Check Out My YouTube!</a>
link: <a href="https://www.youtube.com/channel/UC3H33ordT_-qpMjUvY95ILg" target="_blank">Check Out My YouTube!</a>
},
{