From 98518ad0d9eac4d13f59abe3a6c5d5fd8729f1ad Mon Sep 17 00:00:00 2001 From: Bianca <76073842+biancalaube@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:06:53 -0400 Subject: [PATCH 1/5] Update navbar.js --- static/js/navbar.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/navbar.js b/static/js/navbar.js index 27111a4a..16b0b313 100644 --- a/static/js/navbar.js +++ b/static/js/navbar.js @@ -9,6 +9,7 @@ import preact from 'preact'; // function DownloadArrowIcon() { // return (); // } +// BIANCA TESTING HER GIT-CHANGED-FILES INTEGRATION function RocketDownloadIcon() { return (); From 9c098adf40c10cb918379d8088d393a27a243fee Mon Sep 17 00:00:00 2001 From: Bianca <76073842+biancalaube@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:47:44 -0400 Subject: [PATCH 2/5] Update navbar.js --- static/js/navbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/navbar.js b/static/js/navbar.js index 16b0b313..c5dee1fa 100644 --- a/static/js/navbar.js +++ b/static/js/navbar.js @@ -9,7 +9,7 @@ import preact from 'preact'; // function DownloadArrowIcon() { // return (); // } -// BIANCA TESTING HER GIT-CHANGED-FILES INTEGRATION +// BIANCA TESTING HER GIT-CHANGED-FILES INTEGRATION - 2nd try function RocketDownloadIcon() { return (); From e032352fb43da37f05c115e23b11aaf17733edcc Mon Sep 17 00:00:00 2001 From: Bianca <76073842+biancalaube@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:58:44 -0400 Subject: [PATCH 3/5] Create README.md --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..46c2e52b --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +testing testing From f7c07709202afc6bf3a49e64f7c39c766257e4fc Mon Sep 17 00:00:00 2001 From: Bianca <76073842+biancalaube@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:16:47 -0400 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46c2e52b..8b137891 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -testing testing + From f67628e01e952819ddf407130691e697aefe6d24 Mon Sep 17 00:00:00 2001 From: Bianca <76073842+biancalaube@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:17:29 -0400 Subject: [PATCH 5/5] Update gen_landings.py --- gen_landings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_landings.py b/gen_landings.py index 973f7155..6d10ab4d 100755 --- a/gen_landings.py +++ b/gen_landings.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python3 -DELETE THIS TESTING COMMENT import collections import os.path from sys import argv