mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-20 03:59:36 +02:00
Moved some settings between general and ui tabs - continued. Fixed settings links in apps and categories tables
This commit is contained in:
parent
500e138643
commit
12295a6f68
3 changed files with 102 additions and 33 deletions
|
@ -94,7 +94,7 @@ export const AppTable = (props: Props): JSX.Element => {
|
|||
) : (
|
||||
<p>
|
||||
Custom order is disabled. You can change it in the{' '}
|
||||
<Link to="/settings/interface">settings</Link>
|
||||
<Link to="/settings/general">settings</Link>
|
||||
</p>
|
||||
)}
|
||||
</Message>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue