diff --git a/src/jio-footer.ts b/src/jio-footer.ts index 0dad932..66621f2 100644 --- a/src/jio-footer.ts +++ b/src/jio-footer.ts @@ -60,7 +60,7 @@ export class Footer extends LitElement { * Github branch */ @property() - githubBranch = 'master'; + githubBranch = 'main'; /** * The name of the bug report template to use diff --git a/src/jio-improve-this-page.ts b/src/jio-improve-this-page.ts index 8ff987d..2802e59 100644 --- a/src/jio-improve-this-page.ts +++ b/src/jio-improve-this-page.ts @@ -29,7 +29,7 @@ export class ImproveThisPage extends LitElement { * Github branch */ @property() - githubBranch = 'master'; + githubBranch = 'main'; override render() { if (!this.sourcePath) {return null;} diff --git a/src/jio-report-a-problem.ts b/src/jio-report-a-problem.ts index e0f3d25..9dceda8 100644 --- a/src/jio-report-a-problem.ts +++ b/src/jio-report-a-problem.ts @@ -43,7 +43,7 @@ export class ReportAProblem extends LitElement { * Github branch */ @property() - githubBranch = 'master'; + githubBranch = 'main'; /** * The name of the bug report template to use diff --git a/src/stories/Footer.stories.ts b/src/stories/Footer.stories.ts index 8aaa0e2..ea79689 100644 --- a/src/stories/Footer.stories.ts +++ b/src/stories/Footer.stories.ts @@ -49,12 +49,12 @@ export const HasSourcePath: StoryObj