Skip to content

Commit

Permalink
Changed the hight temperature emoji from 30 degrees to 21 degrees (ce…
Browse files Browse the repository at this point in the history
…lsius)
  • Loading branch information
P0rc0D10 committed Apr 5, 2024
1 parent 3d5af74 commit 7b57c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Weather.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const Weather = () => {
</div>{' '}
It&apos;s currently{' '}
{(celsius < 8 && <span className="mr-1">❄️</span>) ||
(celsius > 30 && <span className="mr-1">🔥</span>)}
(celsius > 21 && <span className="mr-1">🔥</span>)}
<span
onMouseOver={toggleTemperature}
onMouseLeave={toggleTemperature}
Expand Down

0 comments on commit 7b57c75

Please sign in to comment.