Skip to content

Commit

Permalink
fix readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindgamesnl committed Aug 2, 2024
1 parent a03a0cd commit 5bbc2f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion client/public/metadata.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"buildMajor":1,"buildMinor":125,"buildRevision":259,"buildTag":"dev","buildDate":"Fri Aug 02 2024","build":"1.125.259 dev"}
{"buildMajor":1,"buildMinor":125,"buildRevision":260,"buildTag":"dev","buildDate":"Fri Aug 02 2024","build":"1.125.260 dev"}
10 changes: 4 additions & 6 deletions client/src/components/voice/ui/GeneralVoiceSettings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class GeneralVoiceSettings extends React.Component {
<div
className="relative w-11 h-6 bg-gray-200 rounded-full peer dark:bg-gray-700 peer-focus:ring-4 peer-focus:ring-teal-300 dark:peer-focus:ring-teal-800 peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-0.5 after:start-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-teal-600"
/>
<span className="ms-3 text-sm font-medium text-gray-900 dark:text-gray-300">
<span className="ms-3 text-sm font-medium">
{msg('vc.settings.completelyFadePeers')}
</span>
</label>
Expand All @@ -146,9 +146,7 @@ class GeneralVoiceSettings extends React.Component {
<div
className="relative w-11 h-6 bg-gray-200 rounded-full peer dark:bg-gray-700 peer-focus:ring-4 peer-focus:ring-teal-300 dark:peer-focus:ring-teal-800 peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-0.5 after:start-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-teal-600"
/>
<span
className="ms-3 text-sm font-medium text-gray-900 dark:text-gray-300"
>
<span className="ms-3 text-sm font-medium">
{msg('vc.settings.monitoring.title')}
</span>
</label>
Expand All @@ -165,7 +163,7 @@ class GeneralVoiceSettings extends React.Component {
<div
className="relative w-11 h-6 bg-gray-200 rounded-full peer dark:bg-gray-700 peer-focus:ring-4 peer-focus:ring-teal-300 dark:peer-focus:ring-teal-800 peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-0.5 after:start-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-teal-600"
/>
<span className="ms-3 text-sm font-medium text-gray-900 dark:text-gray-300">
<span className="ms-3 text-sm font-medium">
{msg('vc.settings.surround.toggle')}
</span>
</label>
Expand All @@ -182,7 +180,7 @@ class GeneralVoiceSettings extends React.Component {
<div
className="relative w-11 h-6 bg-gray-200 rounded-full peer dark:bg-gray-700 peer-focus:ring-4 peer-focus:ring-teal-300 dark:peer-focus:ring-teal-800 peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-0.5 after:start-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-teal-600"
/>
<span className="ms-3 text-sm font-medium text-gray-900 dark:text-gray-300">
<span className="ms-3 text-sm font-medium">
{msg('vc.automaticAdjustments')}
</span>
</label>
Expand Down
2 changes: 1 addition & 1 deletion client/src/metadata.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"buildMajor":1,"buildMinor":125,"buildRevision":259,"buildTag":"dev","buildDate":"Fri Aug 02 2024","build":"1.125.259 dev"}
{"buildMajor":1,"buildMinor":125,"buildRevision":260,"buildTag":"dev","buildDate":"Fri Aug 02 2024","build":"1.125.260 dev"}

0 comments on commit 5bbc2f6

Please sign in to comment.