Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
fix(UsageGuidelines): wrap content in a span
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor committed Sep 28, 2023
1 parent fbc5772 commit 797e0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/usage-guidelines/usage-guidelines.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const UsageGuidelines = ({ guidelines }) => {
// eslint-disable-next-line react/no-array-index-key
<span id={index} key={index} className={bemHelper({ element: 'guideline' })}>
<span className={bemHelper({ element: 'icon' })}>➡️</span>
{guideline}
<span>{guideline}</span>
</span>
)),
[guidelines],
Expand Down

0 comments on commit 797e0c1

Please sign in to comment.