Removed text-gray-500 + minor sentence change

This commit is contained in:
Koper
2023-09-26 14:18:46 +01:00
parent 2b554f78c8
commit 2017d167a7

View File

@@ -140,14 +140,12 @@ const TranscriptCreate = () => {
Audio Permissions Audio Permissions
</h2> </h2>
{loading ? ( {loading ? (
<p className="text-gray-500 text-center"> <p className="text-center">Checking permission...</p>
Checking permission...
</p>
) : ( ) : (
<> <>
<p className="text-gray-500 text-center"> <p className="text-center">
To enable Reflector, we kindly request permission to In order to use Reflector, we kindly request permission
access your microphone during meetings and events. to access your microphone during meetings and events.
<br /> <br />
<Privacy buttonText="Privacy policy" /> <Privacy buttonText="Privacy policy" />
<br /> <br />