implement localization
This commit is contained in:
@@ -38,8 +38,8 @@ export default function AppearanceToggleTab({
|
||||
: 'text-neutral-500 hover:bg-neutral-200/60 hover:text-black dark:text-neutral-400 dark:hover:bg-neutral-700/60',
|
||||
)}
|
||||
>
|
||||
<Icon className="-ml-1 h-4 w-4" />
|
||||
<span className="ml-1.5 text-sm">{t(label)}</span>
|
||||
<Icon className="-ms-1 h-4 w-4" />
|
||||
<span className="ms-1.5 text-sm">{t(label)}</span>
|
||||
</button>
|
||||
))}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user