Skip to content

Commit 803637f

Browse files
committed
[skip ci] style: format code with prettier
1 parent a8e8bae commit 803637f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/home/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let announcementShown = false
1313
const Index = () => {
1414
useTitle(getSetting("site_title"))
1515
const announcement = getSetting("announcement")
16-
16+
1717
onMount(() => {
1818
if (announcement && !announcementShown) {
1919
notify.render(() => <Markdown children={announcement} />)

0 commit comments

Comments
 (0)