fix: removed incorrect .si file extension from supported formats (#644)
Signed-off-by: filip <filip.harald@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user