Skip to content

Commit

Permalink
fix(UI): resource page link to extension page (podman-desktop#6986)
Browse files Browse the repository at this point in the history
Signed-off-by: axel7083 <[email protected]>
  • Loading branch information
axel7083 authored Apr 29, 2024
1 parent 70479eb commit f67cb85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ function hasAnyConfiguration(provider: ProviderInfo) {
<SettingsPage title="Resources">
<span slot="subtitle" class:hidden="{providers.length === 0}">
Additional provider information is available under <a
href="/preferences/extensions"
href="/extensions"
class="text-gray-700 underline underline-offset-2">Extensions</a>
</span>
<div class="h-full" role="region" aria-label="Featured Provider Resources">
Expand Down

0 comments on commit f67cb85

Please sign in to comment.