Skip to content

Commit 561f168

Browse files
committed
any changes
1 parent a4b703f commit 561f168

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/app-head.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ const AppHeader = ({ name = "oomph", icon = "/favicon.png" }) => {
2020
<meta property="og:title" content="Sauveur Dev" />
2121
<meta
2222
property="og:description"
23-
content="For the people who shape culture, Glimpse into the future of trade."
23+
content="For the people who shape culture."
2424
/>
2525
<meta property="og:image" content="/background.jpg" />
2626
<meta property="og:url" content="https://sauveur.dev" />
2727

2828
<meta name="twitter:title" content="Sauveur Dev" />
2929
<meta
3030
name="twitter:description"
31-
content="For the people who shape culture, Glimpse into the future of trade."
31+
content="For the people who shape culture."
3232
/>
3333
<meta name="twitter:image" content="/background.jpg" />
3434
<meta name="twitter:card" content="summary_large_image" />
3535
<meta
3636
name="description"
37-
content="For the people who shape culture, Glimpse into the future of trade."
37+
content="For the people who shape culture."
3838
/>
3939

4040
{/*https://developer.mozilla.org/en-US/docs/Web/Manifest*/}
@@ -56,7 +56,7 @@ export default async ({ name, icon }) => {
5656
manifest.icon = _manifest.icons[0].src;
5757
}
5858
} catch (err) {
59-
console.log("failed tp load manifest");
59+
console.log("failed to load manifest");
6060
}
6161

6262
return renderToString(

0 commit comments

Comments
 (0)