Fix submodule path and update chat page styles

This commit is contained in:
Stan Girard 2023-12-12 23:26:31 +01:00
parent bf750d1afc
commit 2c7f2cadcc
2 changed files with 3 additions and 4 deletions

2
.gitmodules vendored
View File

@ -1,4 +1,4 @@
[submodule "frontend/app/platform"]
[submodule "platform"]
path = frontend/app/platform
url = https://github.com/StanGirard/platform.git

View File

@ -12,9 +12,8 @@ const SelectedChatPage = (): JSX.Element => {
return (
<div
className={`flex flex-col flex-1 items-center justify-stretch w-full h-full overflow-hidden ${
shouldDisplayFeedCard ? "bg-chat-bg-gray" : "bg-white"
} dark:bg-black transition-colors ease-out duration-500`}
className={`flex flex-col flex-1 items-center justify-stretch w-full h-full overflow-hidden ${shouldDisplayFeedCard ? "bg-chat-bg-gray" : "bg-white"
} dark:bg-black transition-colors ease-out duration-500`}
data-testid="chat-page"
{...getRootProps()}
>