(apps/chat) Fixed: Empty route related issues

This commit is contained in:
Sercan Yemen 2022-05-12 23:47:02 +03:00
parent c41e48df7f
commit 5378a6b6ef
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ export const chatRoutes: Route[] = [
children : [
{
path : '',
pathMatch: 'full',
component: EmptyConversationComponent
},
{

View File

@ -1,6 +1,6 @@
<div class="flex flex-col flex-auto overflow-y-auto lg:overflow-hidden bg-card dark:bg-default">
<!-- Select chat or start new template -->
<!-- Select chat or start new -->
<div class="flex flex-col flex-auto items-center justify-center bg-gray-100 dark:bg-transparent">
<mat-icon
class="icon-size-24"