Skip to content

Commit

Permalink
Fix addon URL
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Amico <[email protected]>
  • Loading branch information
allanlasser and eyeseast authored Mar 4, 2024
1 parent 1bfc3b2 commit 1603904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/app/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<Empty icon={Hourglass24}>Loading…</Empty>
{:then addons}
{#each addons.results as addon}
<SidebarItem small href={`/addon/${addon.id}`}>
<SidebarItem small href={`/app/add-ons/${addon.repository}/`}>
<Pin active={addon.active} />
{addon.name}
</SidebarItem>
Expand Down

0 comments on commit 1603904

Please sign in to comment.