diff --git a/manifest.json b/manifest.json
index 6c85b4d..7b9088d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -6,7 +6,7 @@
"en": "Wiki and knowledge base for teams",
"fr": "Wiki et base de connaissances pour les équipes"
},
- "version": "0.69.2.1~ynh1",
+ "version": "0.69.2.4~ynh1",
"url": "www.getoutline.com",
"upstream": {
"license": "BUSL-1.1",
diff --git a/sources/patches/app-04-bible.patch b/sources/patches/app-04-bible.patch
index 0f0e297..791f43f 100644
--- a/sources/patches/app-04-bible.patch
+++ b/sources/patches/app-04-bible.patch
@@ -90,7 +90,7 @@ index c553d3d27..8d14b876f 100644
}
diff --git a/shared/editor/nodes/Notice.tsx b/shared/editor/nodes/Notice.tsx
-index 2193d0b02..3cbfe5326 100644
+index 2193d0b02..258f67802 100644
--- a/shared/editor/nodes/Notice.tsx
+++ b/shared/editor/nodes/Notice.tsx
@@ -1,5 +1,5 @@
@@ -122,7 +122,7 @@ index 2193d0b02..3cbfe5326 100644
} else if (node.attrs.style === "success") {
component = ;
+ } else if (node.attrs.style === "bible") {
-+ component = ;
++ component = ;
} else {
component = ;
}
diff --git a/sources/patches/diff.txt b/sources/patches/diff.txt
index e98743e..0e1e5a3 100644
--- a/sources/patches/diff.txt
+++ b/sources/patches/diff.txt
@@ -285,7 +285,7 @@ index c553d3d27..8d14b876f 100644
}
diff --git a/shared/editor/nodes/Notice.tsx b/shared/editor/nodes/Notice.tsx
-index 2193d0b02..3cbfe5326 100644
+index 2193d0b02..258f67802 100644
--- a/shared/editor/nodes/Notice.tsx
+++ b/shared/editor/nodes/Notice.tsx
@@ -1,5 +1,5 @@
@@ -317,7 +317,7 @@ index 2193d0b02..3cbfe5326 100644
} else if (node.attrs.style === "success") {
component = ;
+ } else if (node.attrs.style === "bible") {
-+ component = ;
++ component = ;
} else {
component = ;
}