Skip to content

Commit

Permalink
fixing apps url on search
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelernestog committed Oct 28, 2024
1 parent cdb07b2 commit 2954529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/Search.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
{#each searchAppsDataResult as item}
<SearchItem
title={item.data.name}
url={item.data.url}
url={"/apps/" + item.data.url}
subtitle={item.data.subtitle}
on:select={() => ($showSearch = false)}
>
Expand Down

0 comments on commit 2954529

Please sign in to comment.