We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73ee85a + 167a40b commit 9168dd8Copy full SHA for 9168dd8
client/src/App.jsx
@@ -243,7 +243,7 @@ function App() {
243
244
// Hook to display a message when someone opens the app through vercel's url
245
useEffect(() => {
246
- const isVercel = window.location.hostname === "https://drawrtcbyajeet.vercel.app/"
+ const isVercel = window.location.hostname === "drawrtcbyajeet.vercel.app"
247
if (isVercel) {
248
setMessageText("Collaborative features require local installation. For more information, please visit our GitHub repository (linked in the menu).");
249
setShowMenu(true);
0 commit comments