Spaces:
Running
Running
Update src/App.tsx
Browse files- src/App.tsx +1 -1
src/App.tsx
CHANGED
@@ -211,7 +211,7 @@ function App() {
|
|
211 |
}, [isNotificationOpen]);
|
212 |
|
213 |
if (isAllowedOrigin === null) {
|
214 |
-
return <div style={{ padding: '20px', textAlign: 'center' }}
|
215 |
}
|
216 |
|
217 |
return (
|
|
|
211 |
}, [isNotificationOpen]);
|
212 |
|
213 |
if (isAllowedOrigin === null) {
|
214 |
+
return <div style={{ padding: '20px', textAlign: 'center' }}>مکالمه صوتی و تصویری هوشان</div>;
|
215 |
}
|
216 |
|
217 |
return (
|