Skip to content

Commit

Permalink
fix: modify text
Browse files Browse the repository at this point in the history
  • Loading branch information
plh97 committed May 29, 2023
1 parent bd022ff commit f7e2de5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 40 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions packages/frontend/src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export function SidebarComponent() {
className="text-blue-600 text-sm cursor-pointer"
onClick={handleJoinDefaultRoom}
>
Hall Room
LOBBY Room
</strong>
?
</p>
Expand Down Expand Up @@ -107,10 +107,10 @@ export function SidebarComponent() {
</FormControl>
</ModalBody>
<ModalFooter>
<Button onClick={onClose}>Cancel</Button>
<Button colorScheme="blue" mr={3} onClick={handleAddRoom}>
Save
</Button>
<Button onClick={onClose}>Cancel</Button>
</ModalFooter>
</ModalContent>
</Modal>
Expand Down
38 changes: 0 additions & 38 deletions terraform/certbot.tf

This file was deleted.

0 comments on commit f7e2de5

Please sign in to comment.