feat: pass text prop to loader
This commit is contained in:
@@ -132,7 +132,7 @@ export const RecordingPage = ({ recordingName }: RecordingPageProps) => {
|
||||
</Grid>
|
||||
</>
|
||||
) : (
|
||||
<Loader />
|
||||
<Loader text={'Spinning up a browser just for you...'} />
|
||||
)}
|
||||
</div>
|
||||
</BrowserStepsProvider>
|
||||
|
||||
Reference in New Issue
Block a user