mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Test correction bible notice
This commit is contained in:
parent
1b6901dd33
commit
fbd1839a18
3 changed files with 5 additions and 5 deletions
|
@ -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",
|
||||
|
|
|
@ -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 = <DoneIcon />;
|
||||
+ } else if (node.attrs.style === "bible") {
|
||||
+ component = <BookmarkedIcon color="currentColor" />;
|
||||
+ component = <BookmarkedIcon />;
|
||||
} else {
|
||||
component = <InfoIcon />;
|
||||
}
|
||||
|
|
|
@ -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 = <DoneIcon />;
|
||||
+ } else if (node.attrs.style === "bible") {
|
||||
+ component = <BookmarkedIcon color="currentColor" />;
|
||||
+ component = <BookmarkedIcon />;
|
||||
} else {
|
||||
component = <InfoIcon />;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue