fix: removed incorrect .si file extension from supported formats (#644)

Signed-off-by: filip <filip.harald@gmail.com>
This commit is contained in:
Filip
2026-06-08 09:41:16 +02:00
committed by GitHub
parent a300e270d6
commit 431cff0502
+1 -1
View File
@@ -2107,7 +2107,7 @@ export default function ImportPage() {
{t('sie_description')}
</p>
<div className="flex flex-wrap gap-1.5 mt-2.5">
{['SIE4', '.se', '.si'].map(fmt => (
{['SIE4', '.se'].map(fmt => (
<span key={fmt} className="text-[11px] text-muted-foreground/80 bg-muted/80 px-1.5 py-0.5 rounded leading-none">
{fmt}
</span>