diff --git a/www/app/(aboutAndPrivacy)/aboutContent.tsx b/www/app/(aboutAndPrivacy)/aboutContent.tsx index 5b2165aa..f2a83751 100644 --- a/www/app/(aboutAndPrivacy)/aboutContent.tsx +++ b/www/app/(aboutAndPrivacy)/aboutContent.tsx @@ -7,7 +7,7 @@ export default () => ( Reflector is a transcription and summarization pipeline that transforms audio into knowledge. The output is meeting minutes and topic summaries enabling topic-specific analyses stored in your systems of record. This is - accomplished on your infrastructure - without 3rd parties - keeping your + accomplished on your infrastructure – without 3rd parties – keeping your data private, secure, and organized.
Absolutely! We have two custom deployments pre-built:
- Capture The Signal, Not The Noise +
+ Capture the signal, not the noise
{props.text}
- Checking permission... -
+Checking permission...
) : ( <> -- To enable Reflector, we kindly request permission to - access your microphone during meetings and events. +
+ In order to use Reflector, we kindly request permission
+ to access your microphone during meetings and events.
diff --git a/www/app/transcripts/recorder.tsx b/www/app/transcripts/recorder.tsx
index f5b1abca..9338a9e8 100644
--- a/www/app/transcripts/recorder.tsx
+++ b/www/app/transcripts/recorder.tsx
@@ -109,7 +109,7 @@ export default function Recorder(props: RecorderProps) {
const wsWrapper = _wavesurfer.getWrapper();
wsWrapper.style.cursor = "pointer";
- wsWrapper.style.backgroundColor = "#e0c3fc42";
+ wsWrapper.style.backgroundColor = "RGB(240 240 240)";
wsWrapper.style.borderRadius = "15px";
_wavesurfer.on("play", () => {
@@ -278,7 +278,10 @@ export default function Recorder(props: RecorderProps) {
return (