mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-05 01:47:25 +00:00
menu: add button title
This commit is contained in:
parent
caf8c36420
commit
8928a467b1
4 changed files with 9 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
"title": "Xecut",
|
||||
"description": "Hackspace in Belgrade.",
|
||||
"menu": {
|
||||
"title": "Main Menu",
|
||||
"status": "Status",
|
||||
"location": "Location",
|
||||
"inventory": "Inventory",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
"title": "Xecut",
|
||||
"description": "Хакспейс в Белграде.",
|
||||
"menu": {
|
||||
"title": "Меню",
|
||||
"status": "Status",
|
||||
"location": "Location",
|
||||
"inventory": "Inventory",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
"title": "Xecut",
|
||||
"description": "Хакспејс у Београду.",
|
||||
"menu": {
|
||||
"title": "Menu",
|
||||
"status": "Status",
|
||||
"location": "Location",
|
||||
"inventory": "Inventory",
|
||||
|
|
|
|||
|
|
@ -6,7 +6,12 @@
|
|||
</a>
|
||||
</div>
|
||||
|
||||
<button class="main-menu-button" id="mainMenuButton" aria-label="Открыть меню">
|
||||
<button
|
||||
class="main-menu-button"
|
||||
id="mainMenuButton"
|
||||
aria-label="{{ translations[page.lang]['menu']['title'] }}"
|
||||
title="{{ translations[page.lang]['menu']['title'] }}"
|
||||
>
|
||||
<span class="main-menu-button-part"></span>
|
||||
<span class="main-menu-button-part"></span>
|
||||
<span class="main-menu-button-part"></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue