Skip to content

Commit

Permalink
Update master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
NeKzor committed Jan 6, 2024
1 parent 6cc773b commit 785c2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/AboutView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const noWrap = { whiteSpace: 'nowrap' };
const MinTableCell = (props: any) => <TableCell size="small" {...props} />;
const Padding = () => <div style={{ paddingTop: '50px' }} />;

const branches = ['master', 'api'];
const branches = ['main', 'api'];

const AboutView = () => {
const isMounted = useIsMounted();
Expand Down

0 comments on commit 785c2ef

Please sign in to comment.