Skip to content

Commit

Permalink
Dumb typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zaydek committed Jan 9, 2023
1 parent 8ac9445 commit 59880c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/contents-sidebar-2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ export function Sidebar2() {
<img className="h-45%" src={spelllDesign} alt="Spelll Design -- Spell Checker for Figma" />
</div>
<div className="flex flex-col gap-2">
{/* Use h-24 to constrain sponsor badge bounding box */}
<div className="flex align-center gap-8 h-24">
{/* TODO: Unfortunately we need to use !important here because UnoCSS
seems to sort class names */}
Expand All @@ -332,7 +331,7 @@ export function Sidebar2() {
seems to sort class names */}
<styled.TypographySans className="![line-height]-1.4 color-$fill-color">
{/* Don't let <span className="[text-decoration]-underline_red_wavy">mistaks</span> ruin your design. */}
<span className="[text-decoration]-underline_red_wavy">Spellng</span> and Grammer Checker for Figma
<span className="[text-decoration]-underline_red_wavy">Spellng</span> and Grammar Checker for Figma
</styled.TypographySans>
</div>
</a>
Expand Down

0 comments on commit 59880c9

Please sign in to comment.