Skip to content

Commit 0e55e65

Browse files
committed
fixing seo
1 parent e412f34 commit 0e55e65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/frontend/pages/upload.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const Upload: NextPage = () => {
77
return (
88
<div>
99
<PageSEO
10-
title={`Pin Save Upload Post Page`}
11-
description={`Pin Save upload your decentralized Post Page`}
10+
title={`PinSave Upload Post Page`}
11+
description={`PinSave upload your decentralized Post Page`}
1212
/>
1313
<UploadForm />
1414
</div>

0 commit comments

Comments
 (0)