build: attempt conditional package use for linux, clarify text

This commit is contained in:
rzmk 2024-02-20 10:44:11 -05:00
parent f4a60c75a4
commit a44bbd541d
No known key found for this signature in database
4 changed files with 15 additions and 5 deletions

View file

@ -90,7 +90,7 @@ const MagikaProcess = () => {
fformat
</h2>
<p className="text-md w-fit border-b text-muted-foreground">
Examine file formats
Identify potential file content types
</p>
</div>
<div className="mb-4">

View file

@ -26,13 +26,17 @@ const Settings = () => {
<DialogHeader>
<DialogTitle>fformat</DialogTitle>
<p className="text-sm text-muted-foreground">
Examine file formats on your local device.
Identify potential file content types on your local
device.
</p>
<Separator />
<ul className="list-disc text-sm text-muted-foreground ml-4 mt-2">
<li>Not all content types are supported.</li>
<li>
Built with magika, Tauri, shadcn/ui, Next.js, Rust,
Not all content types are supported, and inferences
may be inaccurate.
</li>
<li>
Built with Magika, Tauri, shadcn/ui, Next.js, Rust,
& TypeScript.
</li>
</ul>