From 00045692add8e4ef9dea835def79d35a9e5b1b86 Mon Sep 17 00:00:00 2001 From: Netcup Gituser Date: Sat, 16 Dec 2023 10:18:59 +0100 Subject: [PATCH] test --- commit_and_push.sh | 2 ++ src/pages/calendar/calendar.tsx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/commit_and_push.sh b/commit_and_push.sh index ecfb364..cbd3b38 100755 --- a/commit_and_push.sh +++ b/commit_and_push.sh @@ -5,3 +5,5 @@ read -p "Commit message: " commit_message git commit -m "$commit_message" git push -u origin master + +git push -u github master \ No newline at end of file diff --git a/src/pages/calendar/calendar.tsx b/src/pages/calendar/calendar.tsx index d742b67..da40e5e 100644 --- a/src/pages/calendar/calendar.tsx +++ b/src/pages/calendar/calendar.tsx @@ -18,7 +18,7 @@ const events: ArrayLike | null | undefined = []; for (let i = 1; i <= 100; i++) { const randomUrlIndex = Math.floor(Math.random() * baseUrls.length); - // test + // hello world events.push({ id: i,