Skip to content

Commit d5907ba

Browse files
committed
Updated Favicon
1 parent 8fd031c commit d5907ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/Container.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default function Container(props) {
4040
const meta = {
4141
title: 'Dev Prakash Sharma – Writer & Developer',
4242
description: `Technical Writer, Open Source Developer, and AI Enthusiast.`,
43-
image: 'https://leerob.io/static/images/dev-banner.png',
43+
image: 'https://codewithdev.vercel.app/static/images/dev-banner.png',
4444
type: 'website',
4545
...customMeta
4646
};

pages/newsletter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Subscribe from 'components/Subscribe';
44
export default function Newsletter() {
55
return (
66
<Container
7-
title="Newsletter – Lee Robinson"
7+
title="Newsletter – Dev Prakash Sharma"
88
description="Thoughts on the software industry, programming, tech, videography, music, and my personal life."
99
>
1010
<div className="flex flex-col items-start justify-center max-w-2xl mx-auto mb-16">

0 commit comments

Comments
 (0)