How can I hide the Badges link in the sidebar?

Hello,

You can hide it with this. :slightly_smiling_face:

.sidebar-section-link-wrapper {
  .sidebar-section-link.sidebar-section-link-badges {
    display: none;
  }
}
6 Likes