This repository was archived by the owner on Oct 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
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 >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ( ) ;
You can’t perform that action at this time.
0 commit comments