Skip to content

Commit 9ba48c7

Browse files
authored
Update Room.tsx
1 parent be482ca commit 9ba48c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Room.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,10 @@ export default function Room(props: JSX.IntrinsicElements["group"]) {
246246
rotation={[-Math.PI / 2, 0, Math.PI / 2]}
247247
>
248248
<iframe
249-
title="Homemade frontend for https://durot.co/"
249+
title="Documentation for KubeSphere"
250250
width={524}
251251
height={414}
252-
src="https://durot.co/"
252+
src="https://kubesphere.io/"
253253
/>
254254
</Html>
255255
</mesh>

0 commit comments

Comments
 (0)