web: add hr after bookmark link

This commit is contained in:
Abdullah Atta
2025-10-27 15:18:16 +05:00
parent f2e91d4a5c
commit dea91c48a2

View File

@@ -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"),