mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
web: add hr after bookmark link
This commit is contained in:
@@ -112,8 +112,8 @@ export class WebExtensionServer implements Server {
|
|||||||
content +=
|
content +=
|
||||||
clip.mode === "bookmark"
|
clip.mode === "bookmark"
|
||||||
? h("div", [
|
? h("div", [
|
||||||
h("hr"),
|
h("p", [`Date bookmarked: ${getFormattedDate(Date.now())}`]),
|
||||||
h("p", [`Date bookmarked: ${getFormattedDate(Date.now())}`])
|
h("hr")
|
||||||
]).innerHTML
|
]).innerHTML
|
||||||
: h("div", [
|
: h("div", [
|
||||||
h("hr"),
|
h("hr"),
|
||||||
|
|||||||
Reference in New Issue
Block a user