fix: standardize multiplication notation from '×' to 'x' across various files for consistency
This commit is contained in:
@@ -146,7 +146,7 @@
|
||||
class="ml-auto shrink-0 cursor-pointer opacity-60 hover:opacity-100"
|
||||
onclick={() => (classesLoadError = '')}
|
||||
aria-label="Cerrar"
|
||||
>×</button>
|
||||
>x</button>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
|
||||
@@ -144,7 +144,7 @@
|
||||
class="ml-auto shrink-0 cursor-pointer opacity-60 hover:opacity-100"
|
||||
onclick={() => (partsLoadError = '')}
|
||||
aria-label="Cerrar"
|
||||
>×</button>
|
||||
>x</button>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
|
||||
@@ -185,7 +185,7 @@
|
||||
class="ml-auto shrink-0 cursor-pointer opacity-60 hover:opacity-100"
|
||||
onclick={() => (seriesErrorMessage = '')}
|
||||
aria-label="Cerrar"
|
||||
>×</button>
|
||||
>x</button>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
|
||||
@@ -169,7 +169,7 @@
|
||||
{#if isWarning}
|
||||
<AlertTriangle class="size-3" />
|
||||
{:else}
|
||||
×
|
||||
x
|
||||
{/if}
|
||||
</span>
|
||||
</td>
|
||||
|
||||
@@ -144,7 +144,7 @@
|
||||
├───────────────┬────────┴─┬───────────────┤ row 3
|
||||
│ Clientes (4) │Proveed(4) │ Accesos (4) │
|
||||
├────────────────────────┬─────────────────┤ row 4
|
||||
│ ActivityFeed (8, ×3) │ Documentos (4) │
|
||||
│ ActivityFeed (8, x3) │ Documentos (4) │
|
||||
│ ├─────────────────┤ row 5
|
||||
│ │ Contactos (4) │
|
||||
│ ├─────────────────┤ row 6
|
||||
|
||||
@@ -402,7 +402,7 @@
|
||||
{#if searchQuery}
|
||||
<Badge variant="secondary" class="gap-2">
|
||||
Filtro: "{searchQuery}"
|
||||
<button onclick={() => (searchQuery = '')} class="hover:text-destructive"> × </button>
|
||||
<button onclick={() => (searchQuery = '')} class="hover:text-destructive"> x </button>
|
||||
</Badge>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user