From 388a856a422637cab37b72f562ee92c7867870f4 Mon Sep 17 00:00:00 2001 From: Justijn Depover Date: Fri, 3 Nov 2023 20:57:53 +0100 Subject: [PATCH] Update default.json with typo (#1547) --- data/configs/default.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/configs/default.json b/data/configs/default.json index 84954d73e..400bc88bd 100644 --- a/data/configs/default.json +++ b/data/configs/default.json @@ -275,7 +275,7 @@ "type": "notebook", "properties": { "showToolbar": true, - "content": "

Homarr's notebook

Use it as your Todo list, ideas to think about, as a \"getting-started\" guide for your users or even as your secret journal to confess your crushes, it stays private our your Homarr instance.

The notebook widget focuses on usability and is designed to be as simple as possible to bring a familiar editing experience to regular users. It is based on Tiptap.dev and supports all of its features:

" + "content": "

Homarr's notebook

Use it as your Todo list, ideas to think about, as a \"getting-started\" guide for your users or even as your secret journal to confess your crushes, it stays private on your Homarr instance.

The notebook widget focuses on usability and is designed to be as simple as possible to bring a familiar editing experience to regular users. It is based on Tiptap.dev and supports all of its features:

" }, "area": { "type": "wrapper", @@ -507,4 +507,4 @@ } } } -} \ No newline at end of file +}