Skip to content

Commit 3836f30

Browse files
authored
Update Footer.js
1 parent 6688e0b commit 3836f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Footer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Footer = ({ fullWidth }) => {
1515
<div className="flex align-baseline justify-between flex-wrap">
1616
<p>
1717
© {BLOG.author} {from === y || !from ? y : `${from} - ${y}`}
18-
<span style={{ marginLeft: '24px' }}>powered by notion</span>
18+
<span style={{ marginLeft: '24px' }}>Code is Poetry</span>
1919
</p>
2020
<Vercel />
2121
</div>

0 commit comments

Comments
 (0)