From 785c2ef4f65d6e5f35e03d2939c93f3faf569a37 Mon Sep 17 00:00:00 2001 From: NeKz Date: Sat, 6 Jan 2024 17:22:07 +0100 Subject: [PATCH] Update master branch to main --- src/views/AboutView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/AboutView.tsx b/src/views/AboutView.tsx index 0d91c29..5b46848 100644 --- a/src/views/AboutView.tsx +++ b/src/views/AboutView.tsx @@ -60,7 +60,7 @@ const noWrap = { whiteSpace: 'nowrap' }; const MinTableCell = (props: any) => ; const Padding = () =>
; -const branches = ['master', 'api']; +const branches = ['main', 'api']; const AboutView = () => { const isMounted = useIsMounted();