Skip to content

Commit

Permalink
fix: widget links
Browse files Browse the repository at this point in the history
  • Loading branch information
robb-j committed Oct 8, 2024
1 parent 3838290 commit ffdc37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/CustomWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:title="title"
:subtitle="subtitle"
:icon="icon"
:href="config.url"
:href="config.options.url"
/>
</template>

Expand Down

0 comments on commit ffdc37b

Please sign in to comment.