Commit 54d2839ba3692b4a36dae8deabfd797b77d71bb9
1 parent
258249e8
Exists in
master
and in
2 other branches
Added more strings to change on hover
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
theme.js
... | ... | @@ -3,6 +3,7 @@ |
3 | 3 | 'before': 'after', |
4 | 4 | 'Comunicação': 'colaborativa', |
5 | 5 | 'Experiência': 'colaborativa', |
6 | + 'Relatoria': 'colaborativa', | |
6 | 7 | 'Convidados': 'confirmados', |
7 | 8 | 'Arena': 'diálogos sociais', |
8 | 9 | 'Como Chegar': 'mais informações' |
... | ... | @@ -11,7 +12,9 @@ |
11 | 12 | var $specialCases = { |
12 | 13 | 'case': 'change', |
13 | 14 | 'diálogos sociais': 'letter-spacing', |
14 | - 'mais informações': 'letter-spacing' | |
15 | + 'mais informações': 'letter-spacing', | |
16 | + 'Rede de pesquisa': 'letter-spacing', | |
17 | + 'Rede de Pesquisa': 'letter-spacing' | |
15 | 18 | } |
16 | 19 | |
17 | 20 | var before; | ... | ... |