chore: lint

This commit is contained in:
Aman Harwara
2023-07-12 23:59:58 +05:30
parent 139e8789a4
commit 3f796b48eb
104 changed files with 169 additions and 169 deletions

View File

@@ -8,7 +8,7 @@ type Props = {
const VaultNameBadge: FunctionComponent<Props> = ({ vault }) => {
return (
<div className={'rounded bg-success py-1 px-1.5 text-danger-contrast'}>
<div className={'rounded bg-success px-1.5 py-1 text-danger-contrast'}>
<span className="flex items-center" title="Vault name">
<Icon ariaLabel="Vault name" type="safe-square" className="mr-1 text-info-contrast" size="medium" />
<div className="text-center text-xs font-bold">{vault.name}</div>