Skip to content

Commit a9ec361

Browse files
committed
Reformat with Prettier v3.6.0
1 parent ada9b61 commit a9ec361

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/navigation/LinkButton.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ export default function LinkButton({
4343
elementRef={downcastRef(elementRef)}
4444
classes={classnames(
4545
styled && {
46-
'focus-visible-ring transition-colors whitespace-nowrap rounded':
47-
true,
46+
'focus-visible-ring transition-colors whitespace-nowrap rounded': true,
4847
inline: inline,
4948
'flex items-center': !inline,
5049
},

0 commit comments

Comments
 (0)