mirror of
https://github.com/DevEhChad/chadsreactproject.git
synced 2025-11-08 13:31:35 +00:00
fixed youtube link, also the Logo on mobile devices
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user