Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.

Commit fa5a12a

Browse files
committed
Fixes error after rebase, changes page title to RC4Community
1 parent 0b21748 commit fa5a12a

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

client/public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="theme-color" content="#000000" />
1010
<meta
1111
name="description"
12-
content="rc4git"
12+
content="rc4community"
1313
/>
1414
<!--
1515
Notice the use of %PUBLIC_URL% in the tags above.
@@ -20,7 +20,7 @@
2020
work correctly both with client-side routing and a non-root public URL.
2121
Learn how to configure a non-root public URL by running `npm run build`.
2222
-->
23-
<title>RC4GIT</title>
23+
<title>RC4Community</title>
2424
</head>
2525
<body>
2626
<noscript>You need to enable JavaScript to run this app.</noscript>

client/src/components/Home/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default function Home(props) {
105105
<div
106106
className="signed-home-shortcut"
107107
onClick={() => {
108-
document.getElementById("create-channel").click();
108+
document.getElementById("create-room").click();
109109
}}
110110
>
111111
<img

client/src/components/SignedLeftSidebar/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ export default function SignedLeftSidebar(props) {
317317
</div>
318318
</Menu>
319319
<div
320+
id="create-room"
320321
className="left-sidebar-control-icons"
321322
onClick={() => {
322323
fetchOrganizations();

0 commit comments

Comments
 (0)