Skip to content

Commit

Permalink
Update Room.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarcha authored Mar 1, 2024
1 parent be482ca commit 9ba48c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Room.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,10 @@ export default function Room(props: JSX.IntrinsicElements["group"]) {
rotation={[-Math.PI / 2, 0, Math.PI / 2]}
>
<iframe
title="Homemade frontend for https://durot.co/"
title="Documentation for KubeSphere"
width={524}
height={414}
src="https://durot.co/"
src="https://kubesphere.io/"
/>
</Html>
</mesh>
Expand Down

0 comments on commit 9ba48c7

Please sign in to comment.