File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ export default async function Image() {
165165 gap : 10 ,
166166 } }
167167 >
168- { /* eslint-disable-next-line @next/next/no-img-element, jsx-a11y/alt-text */ }
168+ { /* eslint-disable-next-line jsx-a11y/alt-text */ }
169169 < img src = { wordmarkSrcBase64 } width = { wordmarkSize . width } height = { wordmarkSize . height } />
170170 </ div >
171171 { /* logo */ }
@@ -179,7 +179,7 @@ export default async function Image() {
179179 gap : 10 ,
180180 } }
181181 >
182- { /* eslint-disable-next-line @next/next/no-img-element, jsx-a11y/alt-text */ }
182+ { /* eslint-disable-next-line jsx-a11y/alt-text */ }
183183 < img src = { logoSrcBase64 } width = { logoSize . width } height = { logoSize . height } />
184184 </ div >
185185 { /* title */ }
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import { Track } from 'livekit-client';
22import { AgentControlBar } from '@/components/livekit/agent-control-bar/agent-control-bar' ;
33import { TrackDeviceSelect } from '@/components/livekit/track-device-select' ;
44import { TrackToggle } from '@/components/livekit/track-toggle' ;
5- import { AppConfig } from '@/lib/types' ;
65import { Container } from '../container' ;
76
87export default function LiveKit ( ) {
You can’t perform that action at this time.
0 commit comments