From ba76056c13d517121f469da4b6a20df7cbf01bd4 Mon Sep 17 00:00:00 2001 From: abhi-arya1 Date: Fri, 29 Dec 2023 11:35:37 -0800 Subject: [PATCH] fix convention and remove funding banner --- .github/FUNDING.yml | 5 ----- .github/stale.yml | 17 ----------------- src/renderer/App.tsx | 4 ++-- 3 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 .github/FUNDING.yml delete mode 100644 .github/stale.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 5b774d1b..00000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,5 +0,0 @@ -# These are supported funding model platforms - -github: [electron-react-boilerplate, amilajack] -patreon: amilajack -open_collective: electron-react-boilerplate-594 diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index 5e2b3ad8..00000000 --- a/.github/stale.yml +++ /dev/null @@ -1,17 +0,0 @@ -# Number of days of inactivity before an issue becomes stale -daysUntilStale: 60 -# Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 -# Issues with these labels will never be considered stale -exemptLabels: - - discussion - - security -# Label to use when marking an issue as stale -staleLabel: wontfix -# Comment to post when marking an issue as stale. Set to `false` to disable -markComment: > - This issue has been automatically marked as stale because it has not had - recent activity. It will be closed if no further activity occurs. Thank you - for your contributions. -# Comment to post when closing a stale issue. Set to `false` to disable -closeComment: false diff --git a/src/renderer/App.tsx b/src/renderer/App.tsx index 9443ad17..b179e8b2 100644 --- a/src/renderer/App.tsx +++ b/src/renderer/App.tsx @@ -3,7 +3,7 @@ import Clock from '../components/clock'; import teamCartographerLogo from '../../assets/icons/team_cartographer_logo_rounded_edges.png'; import './App.css'; -function Hello() { +function MainPage() { return (
- } /> + } /> );