doc: updated screenshots
This commit is contained in:
parent
acadfe04ad
commit
364bc9d0be
15 changed files with 36 additions and 20 deletions
|
|
@ -464,7 +464,7 @@ const assets = new Set<string>([
|
|||
]);
|
||||
|
||||
// Store basePath resolved from Vite config
|
||||
const BASE_PATH = "./";
|
||||
const BASE_PATH = "/";
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ function RouteComponent ()
|
|||
|
||||
</DownloadDirectoryOption>
|
||||
<OptionSpace label="Config Path" id='config'>
|
||||
<div className='flex gap-2 items-center text-ellipsis text-nowrap overflow-hidden'>
|
||||
<div className='flex gap-2 items-center text-ellipsis text-nowrap overflow-hidden break-after-all max-w-sm'>
|
||||
{drives?.configPath}
|
||||
</div>
|
||||
<Button id='open-config' type='button' onAction={() => systemApi.api.system.open.post({ url: drives?.configPath ?? '' })} ><FolderOpen /></Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue