Skip to content

Commit

Permalink
AP
Browse files Browse the repository at this point in the history
  • Loading branch information
lperovskaya committed Mar 30, 2024
1 parent dfadfdc commit 516f7e4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 12 deletions.
8 changes: 0 additions & 8 deletions dataAP/2023.event

This file was deleted.

4 changes: 4 additions & 0 deletions dataAP/2024.event
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Photo Tour
Opening Ceremony
Contest
Award Ceremony
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions dataAP/consts.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export const years = [
"RC 2023-2024", "2023"
"2024", "RC 2023-2024"
];
export const places =
{
"RC 2023-2024": "Regional Contests",
"2023": ""
"2024": "",
"RC 2023-2024": "Regional Contests"
}
;

Expand All @@ -27,6 +27,6 @@ export const SVG_WIDTH = 60;
export const SVG_HEIGHT = 60;

export const PER_PAGE = 25;
export const LAST_YEAR = "2023";
export const LAST_YEAR = "20244";
export const CONTEST_NAME = "";
export const DEFAULT_EVENT = "Photo Tour";

0 comments on commit 516f7e4

Please sign in to comment.