diff --git a/README.md b/README.md index b886cb61..55a86b2d 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,11 @@ This project will be primarily using [airbnb react](https://github.com/airbnb/ja ## sensors.AFRICA Stack -First Header | Second Header -------------- | ------------- -[API](https://github.com/CodeForAfricaLabs/sensors.AFRICA-api) | Receives, stores, and processes data received from sensors across the continentent -[Map](https://github.com/CodeForAfrica/sensors.AFRICA-AQ-map-v2) | Visualises the types and locations of all sensors nodes across the continent -[Firmware](https://github.com/CodeForAfrica/sensors.AFRICA-AQ-sensors-software) | Powers all sensors.AFRICA nodes across the continent +| First Header | Second Header | +| ------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | +| [API](https://github.com/CodeForAfricaLabs/sensors.AFRICA-api) | Receives, stores, and processes data received from sensors across the continentent | +| [Map](https://github.com/CodeForAfrica/sensors.AFRICA-AQ-map-v2) | Visualises the types and locations of all sensors nodes across the continent | +| [Firmware](https://github.com/CodeForAfrica/sensors.AFRICA-AQ-sensors-software) | Powers all sensors.AFRICA nodes across the continent | --- diff --git a/package.json b/package.json index a97f3c0b..30a2c42c 100644 --- a/package.json +++ b/package.json @@ -87,4 +87,4 @@ "node": "16.18.1", "yarn": "1.22.19" } -} \ No newline at end of file +} diff --git a/src/components/About/Partners.js b/src/components/About/Partners.js index 8b9f4f85..951b95c1 100644 --- a/src/components/About/Partners.js +++ b/src/components/About/Partners.js @@ -194,7 +194,6 @@ function Partners(props) { diff --git a/src/components/Favicon.js b/src/components/Favicon.js index 24930758..08c7d69d 100644 --- a/src/components/Favicon.js +++ b/src/components/Favicon.js @@ -58,7 +58,7 @@ function Favicon({ color, version }) { /> @@ -79,7 +79,7 @@ function Favicon({ color, version }) { /> 55 ? 5 : -2.5) - }`} - y={`${-275 * Math.sin(((rotate + 90) * Math.PI) / 180)}`} + } + y={-275 * Math.sin(((rotate + 90) * Math.PI) / 180)} textAnchor={ measurement > 25 && measurement < 55 ? "middle"