Skip to content

Commit

Permalink
default to https for donate (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-lowrie committed Jun 18, 2020
1 parent fbcda45 commit 98b5992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webext/src/dom/serialise_mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default MixinBase =>
donating =
this._raw_mode_type === "raw_text_html"
? '<a href="https://www.brow.sh/donate">donating</a>'
: "brow.sh/donate";
: "https://brow.sh/donate";
return (
"\nPlease consider " +
donating +
Expand Down

0 comments on commit 98b5992

Please sign in to comment.