diff --git a/src/components/About/constants.tsx b/src/components/About/constants.tsx index 43eb518aa1a..8cfbc03cede 100644 --- a/src/components/About/constants.tsx +++ b/src/components/About/constants.tsx @@ -29,11 +29,11 @@ const StyledCardLogo = styled.img` export const MORE_CARDS = [ { to: '/whatishorswap', - title: 'What is Horswap?', - description: 'Read more about this censorship resistant and privacy protecting Uniswap Interface', + title: 'Horswap?', + description: 'Read more about this censorship resistant and privacy protecting Uniswap Interface.', lightIcon: , darkIcon: , - cta: 'Explanation on what is Horswap', + cta: 'Read more', }, { to: '/pools', diff --git a/src/components/SwitchLocaleLink/index.tsx b/src/components/SwitchLocaleLink/index.tsx index 36dd615ca50..590c8c6a826 100644 --- a/src/components/SwitchLocaleLink/index.tsx +++ b/src/components/SwitchLocaleLink/index.tsx @@ -38,12 +38,12 @@ export function SwitchLocaleLink() { return ( - +

Horswap available in:{' '} {LOCALE_LABEL[targetLocale]} - +

) }