Skip to content

Commit

Permalink
Update Text
Browse files Browse the repository at this point in the history
  • Loading branch information
timoclsn committed Oct 11, 2023
1 parent 127fc75 commit 5c8a293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/resources/components/Header/CO2Badge/CO2Badge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ export const CO2Badge = ({ co2, cleanerThan }: Props) => {
<p>What we considered to make this page as clean as possible:</p>
<ul>
<li>Focus on text (instead of video or audio)</li>
<li>Use static page generation</li>
<li>Server rendered and streamed to the browser</li>
<li>Serve from edge CDN</li>
<li>Self-host optimized font file in modern file format</li>
<li>Focus on page speed</li>
<li>Focus on page speed and Core Web Vitals</li>
</ul>
</div>
<div className="mt-4 flex gap-4 font-bold">
Expand Down

0 comments on commit 5c8a293

Please sign in to comment.