We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e8bae commit 803637fCopy full SHA for 803637f
src/pages/home/Layout.tsx
@@ -13,7 +13,7 @@ let announcementShown = false
13
const Index = () => {
14
useTitle(getSetting("site_title"))
15
const announcement = getSetting("announcement")
16
-
+
17
onMount(() => {
18
if (announcement && !announcementShown) {
19
notify.render(() => <Markdown children={announcement} />)
0 commit comments