Made transcription text bigger

This commit is contained in:
Koper
2023-07-21 19:19:52 +07:00
parent b99c8430e4
commit 0db646e0fd

View File

@@ -57,7 +57,7 @@ export function Dashboard({
)} )}
</div> </div>
<footer className="w-full bg-gray-800 text-white text-center py-4 fixed inset-x-0 bottom-0"> <footer className="w-full bg-gray-800 text-white text-center py-4 fixed inset-x-0 bottom-0 text-2xl">
{transcriptionText} {transcriptionText}
</footer> </footer>
</> </>