Skip to content

Commit 64ea1fe

Browse files
committed
Modify linebreak to satisfy prettier
1 parent f76d06d commit 64ea1fe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/LayoutFooter/Footer.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
131131
<MetaTitle onDark={true}>その他</MetaTitle>
132132
<FooterLink to="/tutorial/tutorial.html">チュートリアル</FooterLink>
133133
<FooterLink to="/blog/">Blog</FooterLink>
134-
<FooterLink to="/acknowledgements.html">
135-
謝辞
136-
</FooterLink>
134+
<FooterLink to="/acknowledgements.html">謝辞</FooterLink>
137135
<ExternalFooterLink
138136
href="https://facebook.github.io/react-native/"
139137
target="_blank"

0 commit comments

Comments
 (0)