Skip to content

Commit

Permalink
hotfix(examples): add nbsp for labelNew
Browse files Browse the repository at this point in the history
  • Loading branch information
azinit committed Nov 22, 2021
1 parent 7b16523 commit 0d27925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/entities/example/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function ExampleCard({ className, data }) {
<div className={clsx("card__body", styles.content)}>
{isNew && (
<span title="Was updated less than 2 weeks ago" className={styles.labelNew}>
NEW:
NEW:{" "}
</span>
)}
<span className={styles.title}>{data.title}</span>
Expand Down

0 comments on commit 0d27925

Please sign in to comment.