Skip to content

Commit c59278b

Browse files
lint
1 parent fb02c20 commit c59278b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/create-ima-app/template/js/app/component/card

packages/create-ima-app/template/js/app/component/card/Card.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export function Card({ children, title, href }) {
44
return (
55
<div className='card'>
66
<a className='card-title' target='_blank' href={href} rel='noreferrer'>
7-
<h3>{title}{' '}&raquo;</h3>
7+
<h3>{title}&nbsp;&raquo;</h3>
88
</a>
99
<p
1010
className='card-content'

0 commit comments

Comments
 (0)