Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonitsi authored and Jonitsi committed Dec 8, 2023
1 parent 64b6b3c commit 56f031b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/pages/overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default function Overview(): ReactElement {
className="relative"
onMouseEnter={() => setIsHovered(true)}
onMouseLeave={() => setIsHovered(false)}
>
>

Check failure on line 94 in src/pages/overview.tsx

View workflow job for this annotation

GitHub Actions / Continuous Integration

Delete `⏎`
<button className="bg-sky-700 text-gray-800 px-4 py-2 rounded">
More info
Expand All @@ -99,9 +99,11 @@ export default function Overview(): ReactElement {
<div className="absolute bg-sky-700 text-gray-800 p-4 rounded shadow-md mt-2 dark:bg-white transition-all duration-500">
<p> A carbon footprint is a measurement of the various

Check failure on line 100 in src/pages/overview.tsx

View workflow job for this annotation

GitHub Actions / Continuous Integration

Insert `⏎····················{'·'}⏎·················`
greenhouse gases, such as carbon dioxide (CO2), methane

Check failure on line 101 in src/pages/overview.tsx

View workflow job for this annotation

GitHub Actions / Continuous Integration

Replace `························` with `····················`
(CH4), nitrous oxide (N2O), and others, caused by energy consumption. These gasses are combined into a common unit called carbon
dioxide equivalent (CO2e), based on their global warming potential. The value for the carbon footprint is measured
by: kW * 1h * 0.5kg CO2/kWh
(CH4), nitrous oxide (N2O), and others, caused by energy

Check failure on line 102 in src/pages/overview.tsx

View workflow job for this annotation

GitHub Actions / Continuous Integration

Delete `····`
consumption. These gasses are combined into a common unit called carbon

Check failure on line 103 in src/pages/overview.tsx

View workflow job for this annotation

GitHub Actions / Continuous Integration

Replace `····consumption.·These·gasses·are·combined·into·a·common·unit·called·carbon` with `consumption.·These·gasses·are·combined·into·a·common·unit`
dioxide equivalent (CO2e), based on their

Check failure on line 104 in src/pages/overview.tsx

View workflow job for this annotation

GitHub Actions / Continuous Integration

Replace `···` with `called·carbon`
global warming potential. The value for the carbon footprint

Check failure on line 105 in src/pages/overview.tsx

View workflow job for this annotation

GitHub Actions / Continuous Integration

Delete `····`
is measured by: kW * 1h * 0.5kg CO2/kWh

Check failure on line 106 in src/pages/overview.tsx

View workflow job for this annotation

GitHub Actions / Continuous Integration

Delete `····`
</p>
</div>
)}
Expand Down

0 comments on commit 56f031b

Please sign in to comment.