Skip to content

Commit

Permalink
web: Fix issue link in error suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope authored and laymonage committed Apr 4, 2022
1 parent e4e8aa2 commit 7ebc35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/giscus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { createRef, ref, Ref } from 'lit/directives/ref.js';
export class GiscusWidget extends LitElement {
private GISCUS_SESSION_KEY = 'giscus-session';
private GISCUS_ORIGIN = 'https://giscus.app';
private ERROR_SUGGESTION = `Please consider reporting this error at https://github.com/laymonage/giscus/issues/new.`;
private ERROR_SUGGESTION = `Please consider reporting this error at https://github.com/giscus/giscus/issues/new.`;

private __session = '';
private _iframeRef: Ref<HTMLIFrameElement> = createRef();
Expand Down

0 comments on commit 7ebc35c

Please sign in to comment.