From 166bb54d844ca60576a302e648858ec1273e0c93 Mon Sep 17 00:00:00 2001 From: Kevin Loritsch Date: Tue, 21 Nov 2023 16:39:16 -0800 Subject: [PATCH 1/2] kevin/tanzaniaMobile --- src/components/projects/Tanzania.jsx | 20 ++++++++++---------- src/components/projects/_AirQuality.jsx | 5 +++++ 2 files changed, 15 insertions(+), 10 deletions(-) create mode 100644 src/components/projects/_AirQuality.jsx diff --git a/src/components/projects/Tanzania.jsx b/src/components/projects/Tanzania.jsx index 9446d81..47aa3f6 100644 --- a/src/components/projects/Tanzania.jsx +++ b/src/components/projects/Tanzania.jsx @@ -2,8 +2,8 @@ import Subtitle from "../Subtitle"; const Tanzania = () => { return ( -
-
+
+
In collaboration with a Civil Developer in Tanzania and the @@ -14,7 +14,7 @@ const Tanzania = () => { studies and puts their health and safety at risk!
-
+
    {
image -
+
    {
image -
+
    {
image diff --git a/src/components/projects/_AirQuality.jsx b/src/components/projects/_AirQuality.jsx new file mode 100644 index 0000000..545ff0d --- /dev/null +++ b/src/components/projects/_AirQuality.jsx @@ -0,0 +1,5 @@ +const AirQuality = () => { + return
AirQuality
; +}; + +export default AirQuality; From 9f46480acaf68a28a4fbc8c1ac5729272037a3ad Mon Sep 17 00:00:00 2001 From: menthy-wu Date: Sat, 25 Nov 2023 15:43:12 -0800 Subject: [PATCH 2/2] delete useless file --- src/components/projects/_AirQuality.jsx | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/components/projects/_AirQuality.jsx diff --git a/src/components/projects/_AirQuality.jsx b/src/components/projects/_AirQuality.jsx deleted file mode 100644 index 545ff0d..0000000 --- a/src/components/projects/_AirQuality.jsx +++ /dev/null @@ -1,5 +0,0 @@ -const AirQuality = () => { - return
AirQuality
; -}; - -export default AirQuality;