Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
ardier16 committed Apr 12, 2024
1 parent 38e2084 commit 54a6813
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ export const CONFIG = {
docsLink: 'https://docs.rarimo.com',
docsOverviewLink: 'https://docs.rarimo.com/overview',
whitepaperLink: 'https://docs.rarimo.com/whitepaper',
passportsDocsLink: 'https://docs.rarimo.com/ecosystem/freedom-tool/',
scalingDocsLink:
'https://docs.rarimo.com/ecosystem/worldcoin-state-replication/',
snapDocsLink: 'https://docs.rarimo.com/products/rarime/#rarime-snap',
rarimeAppDocsLink: 'https://docs.rarimo.com/products/rarime/#rarime-app',
freedomToolLink: 'http://freedomtool.org/',
nftCheckoutDemoLink: 'https://nft-checkout.rarimo.com',
supportMailLink: 'mailto: [email protected]',
scanLink: 'https://scan.rarimo.com',
Expand Down
4 changes: 2 additions & 2 deletions src/template-data/news-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export const newsList = [
},
{
title:
'Polygon ID Comes to Ethereum Following Rarimo Integration | The Crypto Times',
link: 'https://www.cryptotimes.io/2023/07/24/polygon-id-comes-to-ethereum-following-rarimo-integration/',
'Polygon ID comes to Ethereum thanks to Rarimo integration, more chains to come',
link: 'https://blockworks.co/news/rarimo-polygon-id-ethereum',
image: '/img/news/polygon-id.webp',
},
{
Expand Down
6 changes: 3 additions & 3 deletions src/template-data/solutions-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const solutionsList = [
img: '/img/solutions/passports-mask.webp',
modifier: 'passports',
titleKey: 'solutions-section.passports-title',
path: CONFIG.docsLink,
path: CONFIG.passportsDocsLink,
isBig: true,
external: true,
},
Expand All @@ -20,7 +20,7 @@ export const solutionsList = [
img: '/img/solutions/freedom-tool-mask.webp',
modifier: 'freedom-tool',
titleKey: 'solutions-section.freedom-tool-title',
path: CONFIG.docsLink,
path: CONFIG.freedomToolLink,
external: true,
},
{
Expand All @@ -41,7 +41,7 @@ export const solutionsList = [
img: '/img/solutions/scaling-mask.webp',
modifier: 'scaling',
titleKey: 'solutions-section.scaling-title',
path: CONFIG.docsLink,
path: CONFIG.scalingDocsLink,
external: true,
},
{
Expand Down
Binary file modified static/img/news/polygon-id.webp
Binary file not shown.

0 comments on commit 54a6813

Please sign in to comment.