Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Mar 28, 2023
1 parent 6577b9c commit bfcfa59
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -13,12 +13,15 @@ export const InterfaceSuccessCreateIdentity = (): JSX.Element => {
const title = useMemo(() => {
switch (company) {
case 'Masa':
return ' You have claimed your .soul domain and your Soulbound Identity has been minted.';
return 'You have claimed your .soul domain and your Soulbound Identity has been minted.';
case 'Celo':
return 'You have claimed your .celo domain and your Prosperity Passport has been minted.';

case 'Base':
return 'You have claimed your .base domain name. Welcome to Base Camp ⛺️';

default:
return 'You have claimed your .soul domain and your Soulbound Identity has been minted.';
}
}, [company]);

Expand Down

0 comments on commit bfcfa59

Please sign in to comment.