diff --git a/README.md b/README.md
index 40d6e1e..be1c2ed 100644
--- a/README.md
+++ b/README.md
@@ -1 +1 @@
-# Shielding dApp
+# BlankSquare WebApp
diff --git a/package-lock.json b/package-lock.json
index 3a6b9c1..e27b55c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
{
- "name": "shielding-dapp",
+ "name": "blanksquare-webapp",
"version": "0.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
- "name": "shielding-dapp",
+ "name": "blanksquare-webapp",
"version": "0.0.0",
"dependencies": {
"@cardinal-cryptography/shielder-sdk": "^0.2.0-beta.8",
diff --git a/package.json b/package.json
index 174737a..506456e 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "shielding-dapp",
+ "name": "blanksquare-webapp",
"private": true,
"version": "0.0.0",
"type": "module",
diff --git a/src/domains/misc/components/BIcon/icons.ts b/src/domains/misc/components/BIcon/icons.ts
index d8c96ec..264f4f5 100644
--- a/src/domains/misc/components/BIcon/icons.ts
+++ b/src/domains/misc/components/BIcon/icons.ts
@@ -28,7 +28,6 @@ import Chevron from './icons/chevron.svg?react';
import ChevronDoubleDownRegular from './icons/chevronDoubleDownRegular.svg?react';
import ChevronLeft from './icons/chevronLeft.svg?react';
import ClipboardPaste from './icons/clipboardPaste.svg?react';
-import Common from './icons/common.svg?react';
import CompassNorthWest from './icons/compassNorthWest.svg?react';
import Copied from './icons/copied.svg?react';
import Copy from './icons/copy.svg?react';
@@ -101,7 +100,6 @@ export const icons = {
ChevronDoubleDownRegular,
ChevronLeft,
ClipboardPaste,
- Common,
CompassNorthWest,
Copied,
Copy,
diff --git a/src/domains/misc/components/BIcon/icons/common.svg b/src/domains/misc/components/BIcon/icons/common.svg
deleted file mode 100644
index 5b8dc90..0000000
--- a/src/domains/misc/components/BIcon/icons/common.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/src/domains/misc/components/Toast/Toast.stories.tsx b/src/domains/misc/components/Toast/Toast.stories.tsx
index 0fdf49f..3811199 100644
--- a/src/domains/misc/components/Toast/Toast.stories.tsx
+++ b/src/domains/misc/components/Toast/Toast.stories.tsx
@@ -14,12 +14,6 @@ import { STATUS_ICONS_DATA } from './consts';
const meta = {
component: Toast,
- parameters: {
- design: {
- type: 'figma',
- url: 'https://www.figma.com/file/Hxk6JqTHnWwLaxsxvEZPtN/Common-Design-System?type=design&node-id=8557-227520',
- },
- },
} satisfies Meta;
export default meta;
diff --git a/src/domains/misc/consts/consts.ts b/src/domains/misc/consts/consts.ts
index 1e74c0d..a329668 100644
--- a/src/domains/misc/consts/consts.ts
+++ b/src/domains/misc/consts/consts.ts
@@ -16,13 +16,13 @@ export const NEVER_CHANGING_DATA_OPTIONS = {
export const FAUCET_LINK = 'https://shielder-faucet.vercel.app/';
export const LANDING_PAGE_LINK = 'https://blanksquare.io';
-export const KNOWLEDGE_BASE_LINK = 'https://docs.common.fi/knowledge-base/web-app-user-guide';
-export const STATISTICS_LINK = 'https://stats.common.fi/';
-export const FEEDBACK_LINK='https://feedback.common.fi/?b=67f637404dea52efc92da1a6';
-export const CHANGELOG_LINK = 'https://feedback.common.fi/changelog';
-export const BEST_PRACTICES_LINK = 'https://docs.common.fi/knowledge-base/shielding/privacy-best-practices';
-export const FRAUD_PROTECTION_LINK = 'https://docs.common.fi/knowledge-base/fraud-protection';
-export const TERMS_OF_SERVICE_LINK = 'https://common.fi/terms-of-service-webapp';
-export const TERMS_OF_CONDITIONS_LINK = 'https://common.fi/terms-and-conditions-shielder-service';
-export const PRIVACY_POLICY_LINK = 'https://common.fi/privacy-policy-webapp';
-export const KEY_GENERATION_PROCESS_LINK = 'https://docs.common.fi/knowledge-base/shielding/key-generation-process';
+export const KNOWLEDGE_BASE_LINK = 'https://docs.blanksquare.io/knowledge-base/web-app-user-guide';
+export const STATISTICS_LINK = 'https://stats.blanksquare.io/';
+export const FEEDBACK_LINK='https://feedback.blanksquare.io/?b=67f637404dea52efc92da1a6';
+export const CHANGELOG_LINK = 'https://feedback.blanksquare.io/changelog';
+export const BEST_PRACTICES_LINK = 'https://docs.blanksquare.io/knowledge-base/shielding/privacy-best-practices';
+export const FRAUD_PROTECTION_LINK = 'https://docs.blanksquare.io/knowledge-base/fraud-protection';
+export const TERMS_OF_SERVICE_LINK = 'https://blanksquare.io/terms-of-service-webapp';
+export const TERMS_OF_CONDITIONS_LINK = 'https://blanksquare.io/terms-and-conditions-shielder-service';
+export const PRIVACY_POLICY_LINK = 'https://blanksquare.io/privacy-policy-webapp';
+export const KEY_GENERATION_PROCESS_LINK = 'https://docs.blanksquare.io/knowledge-base/shielding/key-generation-process';
diff --git a/src/domains/shielder/components/HelpDisclaimer.tsx b/src/domains/shielder/components/HelpDisclaimer.tsx
index 7d020b7..7549247 100644
--- a/src/domains/shielder/components/HelpDisclaimer.tsx
+++ b/src/domains/shielder/components/HelpDisclaimer.tsx
@@ -10,7 +10,7 @@ const HelpDisclaimer = () => (
- Common's privacy system is protected from fraud.
+ BlankSquare's privacy system is protected from fraud.
{' '}
Learn how
diff --git a/src/domains/shielder/consts/consts.ts b/src/domains/shielder/consts/consts.ts
index 2646be6..8dce832 100644
--- a/src/domains/shielder/consts/consts.ts
+++ b/src/domains/shielder/consts/consts.ts
@@ -5,13 +5,13 @@
* Changing it will break compatibility for all users relying on the current message.
*/
export const MAINNET_SHIELDER_PRIVATE_KEY_SIGNING_MESSAGE = `
-Sign this message to enter the Common Web App and start shielding your assets.
+Sign this message to enter the BlankSquare Web App and start shielding your assets.
-SECURITY WARNING: Always ensure the website address is actually common.fi. If it's not, do not proceed! You may be at risk of losing your funds.
+SECURITY WARNING: Always ensure the website address is actually blanksquare.io. If it's not, do not proceed! You may be at risk of losing your funds.
`;
export const TESTNET_SHIELDER_PRIVATE_KEY_SIGNING_MESSAGE = `
-Sign this message to enter the Common Web App and start shielding your assets on testnets.
+Sign this message to enter the BlankSquare Web App and start shielding your assets on testnets.
-SECURITY WARNING: Always ensure the website address is actually common.fi. If it's not, do not proceed! You may be at risk of losing your funds.
+SECURITY WARNING: Always ensure the website address is actually blanksquare.io. If it's not, do not proceed! You may be at risk of losing your funds.
`;