Skip to content

Commit

Permalink
chore(website): align suggestion emoji (#8664)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjuan committed Mar 17, 2024
1 parent c002b58 commit 3856c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/src/components/RulesTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function RuleRow({
}
>
{fixable ? FIXABLE_EMOJI : ''}
<br />
{fixable && hasSuggestions ? <br /> : ''}
{hasSuggestions ? SUGGESTIONS_EMOJI : ''}
</td>
<td
Expand Down

0 comments on commit 3856c67

Please sign in to comment.