Skip to content

Commit

Permalink
Release 30.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Jul 6, 2024
1 parent cfafd0a commit fb3a8a4
Show file tree
Hide file tree
Showing 220 changed files with 5,942 additions and 374 deletions.
728 changes: 398 additions & 330 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@iosevka/website",
"private": true,
"version": "30.3.1",
"version": "30.3.2",
"scripts": {
"dev": "next",
"start": "next start",
Expand Down
2 changes: 1 addition & 1 deletion pages/specimen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ function SpecimenCharacterImpl(props: SpecimenCharacterImplProps) {
/>
<span className="character-sample-inner">
<span className="pre">
{(isMark ? "\uE00E" : "") + String.fromCodePoint(props.char.lch)}
{(isMark ? "\uEF0E" : "") + String.fromCodePoint(props.char.lch)}
</span>
<SpecimenCharacterUnderBg
char={props.char}
Expand Down
Loading

0 comments on commit fb3a8a4

Please sign in to comment.