From 131497322dd3b37f0b5e85c1f6183f76040980af Mon Sep 17 00:00:00 2001 From: gitmotion <43588713+gitmotion@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:44:36 -0700 Subject: [PATCH 1/2] feat(html-wysiwyg-editor) h3 fix (#1363) --- src/tools/html-wysiwyg-editor/editor/menu-bar.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/html-wysiwyg-editor/editor/menu-bar.vue b/src/tools/html-wysiwyg-editor/editor/menu-bar.vue index d3ad3168..9069673c 100644 --- a/src/tools/html-wysiwyg-editor/editor/menu-bar.vue +++ b/src/tools/html-wysiwyg-editor/editor/menu-bar.vue @@ -84,8 +84,8 @@ const items: MenuItem[] = [ type: 'button', icon: H3, title: 'Heading 3', - action: () => editor.value.chain().focus().toggleHeading({ level: 4 }).run(), - isActive: () => editor.value.isActive('heading', { level: 4 }), + action: () => editor.value.chain().focus().toggleHeading({ level: 3 }).run(), + isActive: () => editor.value.isActive('heading', { level: 3 }), }, { type: 'button', From c7b80fbc78e2f8487ea317724b46e2d74ed5129f Mon Sep 17 00:00:00 2001 From: gitmotion <43588713+gitmotion@users.noreply.github.com> Date: Fri, 25 Oct 2024 00:44:17 -0700 Subject: [PATCH 2/2] fix(readme): refresh stale contributors graph (#1364) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfe7f3d4..8bf7616b 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ It will create a directory in `src/tools` with the correct files, and a the impo Big thanks to all the people who have already contributed! -[![contributors](https://contrib.rocks/image?repo=corentinth/it-tools)](https://github.com/corentinth/it-tools/graphs/contributors) +[![contributors](https://contrib.rocks/image?repo=corentinth/it-tools&refresh=1)](https://github.com/corentinth/it-tools/graphs/contributors) ## Credits