mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-30 03:59:07 +00:00
💩(frontend) introduce an official footer
Based on Florian's feedbacks, this is mandatory as the project is getting attention. Bad code, needs a refactor.
This commit is contained in:
committed by
aleb_the_flash
parent
819d3784f7
commit
e7e7bb0d09
@@ -99,7 +99,7 @@ export const Conference = ({
|
||||
|
||||
return (
|
||||
<QueryAware status={isFetchError ? createStatus : fetchStatus}>
|
||||
<Screen header={false}>
|
||||
<Screen header={false} footer={false}>
|
||||
<LiveKitRoom
|
||||
room={room}
|
||||
serverUrl={data?.livekit?.url}
|
||||
|
||||
Reference in New Issue
Block a user