Skip to content

Commit

Permalink
Changes icon, hero image, and seo description
Browse files Browse the repository at this point in the history
  • Loading branch information
narbs91 committed Nov 14, 2023
1 parent 7817672 commit 525cae7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
Binary file added public/icon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"enspectButtonTitle": "ENSpect",
"scrollToTheTopButton": "Click here to scroll to the top of the page",

"glossetaDescription": "Glosseta is a decentralized, open-source glossary meant to help people explore and learn the terminology behind web3",
"glossetaSEODescription": "Glosseta is your companion for demystifying web3 and it's ecosystem",
"glossetaDescription": "Glosseta is a decentralized, open-source web3 glossary meant to help people explore and learn the terminology behind blockchain, nfts and crypto",
"glossetaSEODescription": "Glosseta is a decentralized, open-source web3 glossary meant to help people explore and learn the terminology behind blockchain, nfts and crypto",

"searchInputGroupAriaLabel" : "Search Bar",
"searchIconAriaLabel" : "Magnifying glass image",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function SEO() {
name="description"
content={t("glossetaSEODescription")}
/>
<link rel="icon" href="/glosseta_icon.png" />
<link rel="icon" href="/icon.jpg" />
{/* Open Graph / Facebook */}
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.glosseta.com" />
Expand Down
5 changes: 2 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
VStack,
Image,
chakra,
Heading,
Text,
Box,
Container,
Expand All @@ -25,9 +24,9 @@ const Home: NextPage = () => {
<VStack spacing={5}>
<Image
title="glosseta-logo"
src="/glosseta.png"
src="/glosseta_social_banner.png"
alt="Glosseta logo"
width={300}
width={400}
/>
</VStack>
</Container>
Expand Down

0 comments on commit 525cae7

Please sign in to comment.