Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolai-shabalin committed Jan 25, 2025
1 parent d406b70 commit 1b3b1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CssEra.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<section class="era">
Выбери CSS-эпоху:
<button type="button" data-era="CSS3" title="2009-20212">CSS3</button>
<button type="button" data-era="CSS3" title="2009-2012">CSS3</button>
<button type="button" data-era="CSS4" title="2013-2018">CSS4</button>
<button type="button" data-era="CSS5" title="2019-2025">CSS5</button>
<button type="button" data-action="reset">Отменить выбор</button>
Expand Down

0 comments on commit 1b3b1e9

Please sign in to comment.