diff --git a/sources/patches/app-04-bible.patch b/sources/patches/app-04-bible.patch
index 37961d1..3aaf998 100644
--- a/sources/patches/app-04-bible.patch
+++ b/sources/patches/app-04-bible.patch
@@ -1,29 +1,31 @@
-diff --git a/app/editor/menus/block.tsx b/app/editor/menus/block.tsx
-index 42269b5e4..f5e5041e3 100644
+diff --cc app/editor/menus/block.tsx
+index 42269b5e4,cd6830b12..000000000
--- a/app/editor/menus/block.tsx
+++ b/app/editor/menus/block.tsx
-@@ -19,6 +19,7 @@ import {
- ClockIcon,
- CalendarIcon,
- MathIcon,
-+ BookmarkedIcon,
- } from "outline-icons";
- import * as React from "react";
- import styled from "styled-components";
-@@ -187,6 +188,13 @@ export default function blockMenuItems(dictionary: Dictionary): MenuItem[] {
- keywords: "notice card suggestion",
- attrs: { style: "tip" },
- },
-+ {
-+ name: "container_notice",
-+ title: dictionary.bibleNotice,
-+ icon: BookmarkedIcon,
-+ keywords: "notice card suggestion",
-+ attrs: { style: "bible" },
-+ },
- {
- name: "separator",
- },
+@@@ -18,7 -18,7 +18,8 @@@ import
+ AttachmentIcon,
+ ClockIcon,
+ CalendarIcon,
+ + MathIcon,
++ BookmarkedIcon,
+ } from "outline-icons";
+ import * as React from "react";
+ import styled from "styled-components";
+@@@ -187,6 -181,13 +188,13 @@@ export default function blockMenuItems(
+ keywords: "notice card suggestion",
+ attrs: { style: "tip" },
+ },
++ {
++ name: "container_notice",
++ title: dictionary.bibleNotice,
+ - icon: BookmarkedIcon,
+++ icon: ,
++ keywords: "notice card suggestion",
++ attrs: { style: "bible" },
++ },
+ {
+ name: "separator",
+ },
diff --git a/app/hooks/useDictionary.ts b/app/hooks/useDictionary.ts
index 5b9196de5..90caf27d7 100644
--- a/app/hooks/useDictionary.ts
diff --git a/sources/patches/app-06-logo.patch b/sources/patches/app-06-logo.patch
new file mode 100644
index 0000000..08e50cf
--- /dev/null
+++ b/sources/patches/app-06-logo.patch
@@ -0,0 +1,13 @@
+diff --git a/app/components/Icons/OutlineIcon.tsx b/app/components/Icons/OutlineIcon.tsx
+index 05fa32927..15c06887b 100644
+--- a/app/components/Icons/OutlineIcon.tsx
++++ b/app/components/Icons/OutlineIcon.tsx
+@@ -22,7 +22,7 @@ export default function OutlineIcon({
+ viewBox={cover ? "2 2 20 20" : "0 0 24 24"}
+ version="1.1"
+ >
+-
++
+
+ );
+ }
\ No newline at end of file