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

Commit

Permalink
Further changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonitsi authored and Jonitsi committed Dec 8, 2023
1 parent 321138a commit fc7bdf7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pages/overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@ export default function Overview(): ReactElement {
<h2 className="text-xl font-bold text-gray-800 dark:text-gray-200 mb-2">
Carbon Footprint
</h2>
<div
className="relative"
onMouseEnter={() => setIsHovered(true)}
onMouseLeave={() => setIsHovered(false)}>
<div
className="relative"
onMouseEnter={() => setIsHovered(true)}
onMouseLeave={() => setIsHovered(false)}>

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

View workflow job for this annotation

GitHub Actions / Continuous Integration

Delete `>`

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

View workflow job for this annotation

GitHub Actions / Continuous Integration

Insert `············>`
<button className="bg-sky-700 text-gray-800 px-4 py-2 rounded">
<button className="bg-sky-700 text-gray-800 px-4 py-2 rounded">
More info
</button>
</button>
{isHovered && (
<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 greenhouse gases, such as carbon dioxide (CO2), methane (CH4),

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

View workflow job for this annotation

GitHub Actions / Continuous Integration

Replace `A·carbon·footprint·is·a·measurement·of·the·various·greenhouse·gases,·such·as·carbon·dioxide·(CO2),·methane·(CH4),` with `⏎····················A·carbon·footprint·is·a·measurement·of·the·various⏎····················greenhouse·gases,·such·as·carbon·dioxide·(CO2),·methane`
Expand Down

0 comments on commit fc7bdf7

Please sign in to comment.