fix: menu weight #

This commit is contained in:
Jean-Baptiste Pasquier 2021-04-02 11:23:35 +02:00
parent e205176f60
commit 74021f4a7b
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ if componentSet.has('circles') || componentSet.has('projects')
solid-widget(name='hubl-menu-publicprivate')
template
div(
class="${value == 'Public' ? 'text-large': 'text-simple-line-icons text-xsmall'}"
class="${value == 'Public' ? 'text-bold text-large': 'text-simple-line-icons text-xsmall'}"
) ${value == 'Public' ? '#' : ''}