diff --git a/client/src/components/PopUp/index.tsx b/client/src/components/PopUp/index.tsx index 2b8c58da..d379ada4 100644 --- a/client/src/components/PopUp/index.tsx +++ b/client/src/components/PopUp/index.tsx @@ -50,18 +50,6 @@ const PopUp = () => { >

{popupInfo.text}

-
- - - -
); diff --git a/server/public/json/popup.json b/server/public/json/popup.json index 9b12f1bb..e348d513 100644 --- a/server/public/json/popup.json +++ b/server/public/json/popup.json @@ -1,6 +1,5 @@ { - "title": "TosiDrop has moved to a new domain!", - "text": "TosiDrop has moved from app.tosidrop.io to tosidrop.me! Update your bookmarks and saved links.", - "buttonText": "Let's go!", - "buttonLink": "https://tosidrop.me/" + "title": "Welcome to TosiDrop!", + "text": "Welcome to the new TosiDrop. We're making some updates, so it may look a little different, but the team is working on bringing new features to the site. Be sure to update your bookmarks to tosidrop.me", + "buttonText": "Close" }