From a094e1686212832c2ae4d7ccd1819b3769c84e0a Mon Sep 17 00:00:00 2001 From: Birajit Saikia Date: Fri, 14 Feb 2025 03:55:52 +0530 Subject: [PATCH] changing references to main of jenkins-io website --- src/jio-footer.ts | 2 +- src/jio-improve-this-page.ts | 2 +- src/jio-report-a-problem.ts | 2 +- src/stories/Footer.stories.ts | 4 ++-- src/stories/ImproveThisPage.stories.ts | 4 ++-- src/stories/ReportAProblem.stories.ts | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/jio-footer.ts b/src/jio-footer.ts index 8bbda1f..d193f42 100644 --- a/src/jio-footer.ts +++ b/src/jio-footer.ts @@ -59,7 +59,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