chore: format
This commit is contained in:
parent
4bd4141b54
commit
e490407dd5
225 changed files with 924 additions and 844 deletions
|
|
@ -57,7 +57,7 @@ export default function MutedWords() {
|
|||
{mutedWords.map((word) => (
|
||||
<div
|
||||
key={word}
|
||||
className="flex items-center gap-1 bg-muted px-2 py-1 rounded-md text-sm"
|
||||
className="flex items-center gap-1 rounded-md bg-muted px-2 py-1 text-sm"
|
||||
>
|
||||
<span>{word}</span>
|
||||
<Button
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ const SettingItem = forwardRef<HTMLDivElement, HTMLProps<HTMLDivElement>>(
|
|||
return (
|
||||
<div
|
||||
className={cn(
|
||||
'flex justify-between select-none items-center px-4 min-h-9 [&_svg]:size-4 [&_svg]:shrink-0',
|
||||
'flex min-h-9 select-none items-center justify-between px-4 [&_svg]:size-4 [&_svg]:shrink-0',
|
||||
className
|
||||
)}
|
||||
{...props}
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ const GeneralSettingsPage = forwardRef(({ index }: { index?: number }, ref) => {
|
|||
|
||||
return (
|
||||
<SecondaryPageLayout ref={ref} index={index} title={t('General')}>
|
||||
<div className="space-y-4 mt-3">
|
||||
<div className="mt-3 space-y-4">
|
||||
<SettingItem>
|
||||
<Label htmlFor="languages" className="text-base font-normal">
|
||||
{t('Languages')}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue