Skip to content

Commit

Permalink
To keep consistency, remove title from TextSidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
datkat21 committed Jan 12, 2024
1 parent 0df5a6f commit 9086e50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/components/TextSidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export default {
buttons.forEach((b) =>
new html("button")
.class("sidebar-item", "m-0", "transparent", "small")
.attr({ title: b?.title !== undefined ? b.title : "Button" })
.appendMany(
new html("div").class("sidebar-icon").html(b.icon),
new html("div").class("sidebar-text").html(b.text)
Expand Down

0 comments on commit 9086e50

Please sign in to comment.