mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-02 18:47:05 -05:00 
			
		
		
		
	[simple] add aria-label to preferences link
This commit is contained in:
		
							parent
							
								
									e7c0f4e877
								
							
						
					
					
						commit
						743353dd09
					
				@ -49,7 +49,7 @@
 | 
			
		||||
 | 
			
		||||
    {% block linkto_preferences %}
 | 
			
		||||
    {% from 'simple/icons.html' import icon_big %}
 | 
			
		||||
      <nav id="linkto_preferences"><a href="{{ url_for('preferences') }}">{{ icon_big('menu-outline') }}</a></nav>
 | 
			
		||||
      <nav id="linkto_preferences"><a href="{{ url_for('preferences') }}" aria-label="{{ _('preferences') }}">{{ icon_big('menu-outline') }}</a></nav>
 | 
			
		||||
    {% endblock %}
 | 
			
		||||
    {% block header %}
 | 
			
		||||
    {% endblock %}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user