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;