Client - navbar & language dropdown fixes
This commit is contained in:
		@@ -16,6 +16,7 @@
 | 
			
		||||
        tabindex="0"
 | 
			
		||||
        @click="updateSelected(option)"
 | 
			
		||||
        @keydown.enter="updateSelected(option)"
 | 
			
		||||
        role="button"
 | 
			
		||||
      >
 | 
			
		||||
        {{ option.label }}
 | 
			
		||||
      </li>
 | 
			
		||||
 
 | 
			
		||||
@@ -62,6 +62,7 @@
 | 
			
		||||
            <button
 | 
			
		||||
              class="logout-button transparent"
 | 
			
		||||
              @click="updateDisplayModal(true)"
 | 
			
		||||
              :aria-label="$t('user.LOGOUT')"
 | 
			
		||||
            >
 | 
			
		||||
              <i class="fa fa-sign-out logout-fa" aria-hidden="true" />
 | 
			
		||||
              <span class="logout-text">{{ $t('user.LOGOUT') }}</span>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user