build: attempt conditional package use for linux, clarify text
This commit is contained in:
parent
f4a60c75a4
commit
a44bbd541d
4 changed files with 15 additions and 5 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue