From 662f87080cfe8e202eba61e3c9a1642260acce0c Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 19 May 2021 11:41:16 +0200 Subject: [PATCH] :paperclip: Minor cosmetic changes. --- CHANGES.md | 5 +---- frontend/src/app/main/ui/dashboard/fonts.cljs | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 640f17c7f..5dcb96d9f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,16 +4,12 @@ ## :rocket: Next ### :sparkles: New features - -- Transform shapes to path on double click - ### :bug: Bugs fixed ### :arrow_up: Deps updates ### :boom: Breaking changes ### :heart: Community contributions by (Thank you!) - ## 1.6.0-alpha ### :sparkles: New features @@ -23,6 +19,7 @@ - Add the ability to upload/use custom fonts (and automatically generate all needed webfonts). - Refactor dashboard state management (improves considerably the performance when you have a dashboard with a big collection of projects and files). - Translate automatic names of new files and projects. +- Transform shapes to path on double click ### :bug: Bugs fixed diff --git a/frontend/src/app/main/ui/dashboard/fonts.cljs b/frontend/src/app/main/ui/dashboard/fonts.cljs index 73fe59a93..565d1ce51 100644 --- a/frontend/src/app/main/ui/dashboard/fonts.cljs +++ b/frontend/src/app/main/ui/dashboard/fonts.cljs @@ -63,7 +63,7 @@ [:div.dashboard-title [:h1 (tr "labels.fonts")]] [:nav - [:ul + #_[:ul [:li {:class (when (= section :fonts) "active")} [:a {:on-click go-fonts} (tr "labels.custom-fonts")]] [:li {:class (when (= section :providers) "active")}