Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
trkhanh committed May 15, 2022
1 parent 5bbb3bf commit 882a063
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ const Footer = ({ fullWidth }) => {
<div className="my-4 text-sm leading-6">
<div className="flex align-baseline justify-between flex-wrap">
<p>
© {BLOG.author} {from === y || !from ? y : `${from} - ${y}`}
© {from === y || !from ? y : `${from} - ${y}`} · {BLOG.author} · 顔エンジン · [email protected]
</p>
<Vercel />
</div>
</div>
</div>
Expand Down
6 changes: 4 additions & 2 deletions components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const Header = ({ navBarTitle, fullWidth }) => {
<Link href="/">
<a aria-label={BLOG.title}>
<div className="h-6">
<svg
{/* <svg
width="24"
height="24"
viewBox="0 0 24 24"
Expand All @@ -82,6 +82,7 @@ const Header = ({ navBarTitle, fullWidth }) => {
height="24"
className="fill-current text-black dark:text-white"
/>
<rect width="24" height="24" fill="url(#paint0_radial)" />
<defs>
<radialGradient
Expand All @@ -96,7 +97,8 @@ const Header = ({ navBarTitle, fullWidth }) => {
<stop offset="1" stopColor="#E9E9E9" stopOpacity="0" />
</radialGradient>
</defs>
</svg>
</svg> */}
<strong>C:\Users\Khanh></strong>
</div>
</a>
</Link>
Expand Down

1 comment on commit 882a063

@vercel
Copy link

@vercel vercel bot commented on 882a063 May 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

chayis – ./

chayis-trkhanh.vercel.app
2022-blog-theta.vercel.app
chayis-git-main-trkhanh.vercel.app

Please sign in to comment.