Skip to content

Commit

Permalink
layout updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorsch-0 committed Apr 23, 2024
1 parent 1994f0a commit ec5f21e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/layouts/article.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const variants = {
}

const Layout = ({ children, title }) => {
const t = `${title} - JorCodeCraft`
const t = `${title} - JorTech`
return (
<motion.article
initial="hidden"
Expand Down
8 changes: 4 additions & 4 deletions components/layouts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ const Main = ({ children, router }) => {
<Box as="main" pb={8}>
<Head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="JorCodeCraft's homepage" />
<meta name="description" content="JorTech's homepage" />
<meta name="author" content="Jorge Leon" />
<meta name="author" content="Jorsch" />
<link rel="apple-touch-icon" href="/icon.svg" />
<link rel="shortcut icon" href="/icon.svg" type="image/x-icon" />
<meta property="og:site_name" content="JorCodeCraft" />
<meta name="og:title" content="JorCodeCraft" />
<meta property="og:site_name" content="JorTech" />
<meta name="og:title" content="JorTech" />
<meta property="og:type" content="website" />
<title>JorCodeCraft - Homepage</title>
<title>JorTech - Homepage</title>
</Head>

<NavBar path={router.asPath} />
Expand Down

0 comments on commit ec5f21e

Please sign in to comment.