From bd213d3f7e830f3c811c53e18a48710d724ade0c Mon Sep 17 00:00:00 2001 From: Muhammad Minhaj Date: Fri, 30 Aug 2024 19:25:39 +0600 Subject: [PATCH] chore: update path --- src/components/Navbar/Navbar.jsx | 2 +- src/components/SEO.jsx | 4 ++-- src/components/Thumbnail.jsx | 2 +- src/components/Tutorials/data.json | 16 ++++++++-------- styles/globals.css | 12 ++++++------ 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/components/Navbar/Navbar.jsx b/src/components/Navbar/Navbar.jsx index e79a7ad..b1c2e3e 100644 --- a/src/components/Navbar/Navbar.jsx +++ b/src/components/Navbar/Navbar.jsx @@ -38,7 +38,7 @@ function Navbar(props) { > Informative Coding diff --git a/src/components/SEO.jsx b/src/components/SEO.jsx index 15159d3..4ac4425 100644 --- a/src/components/SEO.jsx +++ b/src/components/SEO.jsx @@ -17,8 +17,8 @@ const data = { fbAppId: '3242641772502117', twitterSiteUsername: '@InformativeCode', author: 'Muhammad Minhaj', - image: '/static/logo.png', - favicon: '/static/favicon.ico', + image: 'https://blusofy.github.io/informative-coding/static/logo.png', + favicon: 'https://blusofy.github.io/informative-coding/static/favicon.ico', }; const SEO = () => ( diff --git a/src/components/Thumbnail.jsx b/src/components/Thumbnail.jsx index d7646b0..2d182fe 100644 --- a/src/components/Thumbnail.jsx +++ b/src/components/Thumbnail.jsx @@ -59,7 +59,7 @@ function Thumbnail() { {isMobile && }