Skip to content

Commit

Permalink
fix: removes not necessary non-breaking-space
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-sch committed Jun 3, 2024
1 parent 06cc1b5 commit c5880d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions showcases/patternhub/pages/foundations/variables/examples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ const Example = () => {
variable.
</li>
<li>
Don't use it like this in a real app. 💢For example
&nbsp;<code>width: var(--db-spacing-fixed-md)</code> 💥
Don't use it like this in a real app. 💢For example{' '}
<code>width: var(--db-spacing-fixed-md)</code> 💥
</li>
</ul>
</blockquote>
Expand Down

0 comments on commit c5880d1

Please sign in to comment.