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