switch to TS

This commit is contained in:
Jose B
2023-08-22 16:05:34 -05:00
parent 86917e9b7c
commit 7b7d87c06d
4 changed files with 135 additions and 56 deletions

View File

@@ -36,12 +36,7 @@ const App = () => {
} = useAudioDevice();
return (
<div className="flex flex-col items-center h-[100svh] bg-gradient-to-r from-[#8ec5fc30] to-[#e0c3fc42]">
<div className="h-[13svh] flex flex-col justify-center items-center">
<h1 className="text-5xl font-bold text-blue-500">Reflector</h1>
<p className="text-gray-500">Capture The Signal, Not The Noise</p>
</div>
<div className="w-full flex flex-col items-center h-[100svh]">
{permissionOk ? (
<>
<Recorder