Skip to content

Commit e9edf7d

Browse files
authored
Refactor FooterIcon component for better readability
1 parent b6ac2de commit e9edf7d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/theme/Footer/Layout/index.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,10 @@ export default function FooterLayout(): ReactNode {
267267
</li>
268268
<li>
269269
<Link to="/careers" className="footer-link">
270-
<FooterIcon icon={BriefcaseBusiness} className="link-icon" />
270+
<FooterIcon
271+
icon={BriefcaseBusiness}
272+
className="link-icon"
273+
/>
271274
Careers
272275
<span className="link-badge hiring">We're Hiring!</span>
273276
</Link>

0 commit comments

Comments
 (0)