diff --git a/src/components/application/InstantBoard.tsx b/src/components/application/InstantBoard.tsx index 3306eed8..e56d1ec6 100644 --- a/src/components/application/InstantBoard.tsx +++ b/src/components/application/InstantBoard.tsx @@ -1,17 +1,27 @@ import React from 'react'; export function InstantBoard() { + const oldURL = window.location.hostname; + const newURL = oldURL.replace('-old', ''); + return (
CodePair v2 is released! 🎉 You can now share your code with your friends and code together in real-time.
++ Visit + {newURL} + to start coding together. +