1
0
Fork 0
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:
Paweł Malak 2022-02-04 15:01:40 +01:00
parent 500e138643
commit 12295a6f68
3 changed files with 102 additions and 33 deletions

View file

@ -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>