Skip to content

Commit 6b25479

Browse files
committed
prettier changes
1 parent bc128f8 commit 6b25479

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/views/home/notice.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ const messages = [
1717

1818
export function UnofficialAppNotice() {
1919
return (
20-
<glamorous.View justifyContent="center" marginBottom={10} marginHorizontal={10}>
20+
<glamorous.View
21+
justifyContent="center"
22+
marginBottom={10}
23+
marginHorizontal={10}
24+
>
2125
<glamorous.View backgroundColor="rgba(0,0,0,0.05)" borderRadius={7}>
2226
<glamorous.Text color={c.black25Percent} padding={8} textAlign="center">
2327
{sample(messages)}

0 commit comments

Comments
 (0)