Skip to content

Commit

Permalink
fix verified plugins link in support module
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Dec 25, 2024
1 parent 98952b3 commit 31e80ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file.

## BETA

### UI Changes

- fix verified plugins link in support module (fixes [#2295](https://github.com/homebridge/homebridge-config-ui-x/issues/2295))

### Other Changes

- format svg files nicely as part of lint
Expand Down
2 changes: 1 addition & 1 deletion ui/src/app/modules/support/support.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h5 class="primary-text">
</span>
<a
class="btn btn-primary waves-effect m-0"
href="https://github.com/homebridge/homebridge-plugin-template"
href="https://github.com/homebridge/homebridge/wiki/Verified-Plugins"
target="_blank"
rel="noopener noreferrer"
style="min-width: 50px"
Expand Down

0 comments on commit 31e80ba

Please sign in to comment.