Commit 00cf4973a0106a0c4a89f0e434acdea8ea319685
1 parent
bd726217
Exists in
master
and in
2 other branches
Changed hover of menu item
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
theme.js
... | ... | @@ -5,13 +5,13 @@ |
5 | 5 | 'Experiência': 'colaborativa', |
6 | 6 | 'Relatoria': 'compartilhada', |
7 | 7 | 'Convidados': 'confirmados', |
8 | - 'Arena': 'diálogos sociais', | |
8 | + 'Arena': 'participação social', | |
9 | 9 | 'Como Chegar': 'mais informações' |
10 | 10 | } |
11 | 11 | |
12 | 12 | var $specialCases = { |
13 | 13 | 'case': 'change', |
14 | - 'diálogos sociais': 'letter-spacing', | |
14 | + 'participação social': 'letter-spacing', | |
15 | 15 | 'mais informações': 'letter-spacing', |
16 | 16 | 'Rede de pesquisa': 'letter-spacing', |
17 | 17 | 'Rede de Pesquisa': 'letter-spacing' | ... | ... |