mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-29 07:39:36 +02:00
fix link to applications menu
This commit is contained in:
parent
1449f003c4
commit
82f8e9c036
1 changed files with 2 additions and 2 deletions
|
@ -55,14 +55,14 @@ export const AppGrid = (props: Props): JSX.Element => {
|
|||
apps = (
|
||||
<Message>
|
||||
There are no pinned categories. You can pin them from the{' '}
|
||||
<Link to="/apps">/apps</Link> menu
|
||||
<Link to="/applications">/applications</Link> menu
|
||||
</Message>
|
||||
);
|
||||
} else {
|
||||
apps = (
|
||||
<Message>
|
||||
You don't have any apps. You can add a new one from{' '}
|
||||
<Link to="/apps">/apps</Link> menu
|
||||
<Link to="/applications">/applications</Link> menu
|
||||
</Message>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue