copyedits (#232)

* fix case

* fix typos

* fix css class names

---------

Co-authored-by: Carl Downing <carl@undivided.io>
This commit is contained in:
Carl Downing
2025-03-09 07:04:11 -07:00
committed by GitHub
parent 554121a20b
commit 1ec87f043f
6 changed files with 8 additions and 8 deletions

View File

@@ -121,7 +121,7 @@ export function Dialog({ onClose }: { onClose: () => void }) {
triggerError(err instanceof Error ? err.message : String(err));
})
.finally(() => {
// We do this beacues the mounting is too fast and the UI gets choppy
// We do this because the mounting is too fast and the UI gets choppy
// and the modal exit animation for like 500ms
setTimeout(() => {
setMountInProgress(false);
@@ -283,7 +283,7 @@ function ModeSelectionView({
return (
<div className="w-full space-y-4">
<div className="asnimate-fadeIn space-y-0">
<div className="animate-fadeIn space-y-0">
<h2 className="text-lg font-bold leading-tight dark:text-white">
Virtual Media Source
</h2>