@@ -5,7 +5,7 @@ import FriendsList from '@/components/home/FriendsList';
55import Chat from '@/components/home/Chat' ;
66import DMessageList from '@/components/home/DMessageList' ;
77import ServerList from '@/components/home/ServerList' ;
8- import DefaultTest from '@/components/home/DefaultTest ' ;
8+ import DefaultSplash from '@/components/home/DefaultSplash ' ;
99import {
1010 useChannel ,
1111 useSetUser ,
@@ -133,7 +133,7 @@ export default function RenderDesktopView() {
133133 showIcon = { false }
134134 className = { 'w-7 h-7 hover:text-grey-400' }
135135 source = { Track . Source . Microphone }
136- onClick = { ( ) => settingsRef ( false ) }
136+ onClick = { ( ) => settingsRef ( false ) }
137137 >
138138 { audioTrack . isMicrophoneEnabled ? (
139139 < MicrophoneIcon width = { 5 } height = { 5 } />
@@ -169,8 +169,8 @@ export function renderContent(
169169 < MediaChat channel = { channel } key = { 2 } /> ,
170170 ] ;
171171 else return [ < ServerList key = { 1 } /> , < Chat key = { 2 } /> ] ;
172- return [ < ServerList key = { 1 } /> , < DefaultTest key = { 2 } /> ] ;
172+ return [ < ServerList key = { 1 } /> , < DefaultSplash key = { 2 } /> ] ;
173173 default :
174- return [ < FriendsList key = { 1 } /> , < DefaultTest key = { 2 } /> ] ;
174+ return [ < FriendsList key = { 1 } /> , < DefaultSplash key = { 2 } /> ] ;
175175 }
176176}
0 commit comments