mirror of
https://github.com/DevEhChad/chadsreactproject.git
synced 2025-11-08 13:31:35 +00:00
Compare commits
1 Commits
198bb35725
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 354db72f2b |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"files": {
|
||||
"main.css": "/static/css/main.049c856a.css",
|
||||
"main.js": "/static/js/main.db5904cc.js",
|
||||
"main.js": "/static/js/main.d77081df.js",
|
||||
"static/js/453.58533d90.chunk.js": "/static/js/453.58533d90.chunk.js",
|
||||
"static/media/MytwitchBanner.png": "/static/media/MytwitchBanner.7e6d238fe1f72356cd5a.png",
|
||||
"static/media/Tokyo-Ghoul-Wallpaper-For-PC.jpg": "/static/media/Tokyo-Ghoul-Wallpaper-For-PC.3a4eb3e1677a0231dbb6.jpg",
|
||||
@@ -18,11 +18,11 @@
|
||||
"static/media/TwitchLogo.png": "/static/media/TwitchLogo.69436ff2355ef440cde9.png",
|
||||
"index.html": "/index.html",
|
||||
"main.049c856a.css.map": "/static/css/main.049c856a.css.map",
|
||||
"main.db5904cc.js.map": "/static/js/main.db5904cc.js.map",
|
||||
"main.d77081df.js.map": "/static/js/main.d77081df.js.map",
|
||||
"453.58533d90.chunk.js.map": "/static/js/453.58533d90.chunk.js.map"
|
||||
},
|
||||
"entrypoints": [
|
||||
"static/css/main.049c856a.css",
|
||||
"static/js/main.db5904cc.js"
|
||||
"static/js/main.d77081df.js"
|
||||
]
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="EhChadServices Official Website"/><link rel="apple-touch-icon" href="/favicon.ico"/><link rel="manifest" href="/manifest.json"/><title>Eh Chad Services</title><script defer="defer" src="/static/js/main.db5904cc.js"></script><link href="/static/css/main.049c856a.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
||||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="EhChadServices Official Website"/><link rel="apple-touch-icon" href="/favicon.ico"/><link rel="manifest" href="/manifest.json"/><title>Eh Chad Services</title><script defer="defer" src="/static/js/main.d77081df.js"></script><link href="/static/css/main.049c856a.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
||||
File diff suppressed because one or more lines are too long
1
build/static/js/main.d77081df.js.map
Normal file
1
build/static/js/main.d77081df.js.map
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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