Skip to content

Commit 2ed6c40

Browse files
Merge pull request #583 from smartlab-br/581-update-smartlab-logo
Update smartlab logo and adjust getWeekDay function
2 parents 57b27a5 + db159bf commit 2ed6c40

File tree

8 files changed

+13
-11
lines changed

8 files changed

+13
-11
lines changed

layouts/default.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
>
9191
<img
9292
tabindex="20"
93-
src="/icons/smartlab_labeled-30.png"
93+
height="40"
94+
src="/icons/smartlab_labeled.png"
9495
class="cursor-pointer"
9596
alt="Smartlab"
9697
@click="$navigationManager.pushRoute($router, '/', false)"
@@ -104,7 +105,8 @@
104105
>
105106
<img
106107
tabindex="20"
107-
src="/icons/smartlab-icon-30x30.png"
108+
height="30"
109+
src="/icons/smartlab_icon.png"
108110
class="cursor-pointer"
109111
alt="Smartlab"
110112
@click="$navigationManager.pushRoute($router, '/', false)"

pages/WelcomeView.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
pa-0
2222
class="parallax-content-home"
2323
>
24-
<v-flex id="screenTitle" xs12 class="white--text text-xs-center py-4 my-5" style="line-height: normal;">
24+
<v-flex id="screenTitle" xs12 class="text-xs-center py-4 my-5 white--text" style="line-height: normal;">
2525
<v-layout row wrap justify-center>
2626
<v-flex xs12>
2727
<div class="display-4-obs ubuntu">
@@ -30,7 +30,7 @@
3030
</v-flex>
3131
<v-flex xs12>
3232
<div class="display-1-obs ubuntu-condensed">
33-
Promoção do Trabalho Decente Guiada por Dados
33+
Promoção do Trabalho Decente Guiada por Dados - 10 anos
3434
</div>
3535
</v-flex>
3636
<v-flex xs10 md4 pt-5 mt-3>

plugins/service/singleton/dateFormatService.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
export class DateFormatService {
22
weekDays = {
3-
seg: 'SEGUNDA',
4-
ter: 'TERÇA',
5-
qua: 'QUARTA',
6-
qui: 'QUINTA',
7-
sex: 'SEXTA',
8-
sáb: 'SÁBADO',
9-
dom: 'DOMINGO'
3+
Seg: 'SEGUNDA',
4+
Ter: 'TERÇA',
5+
Qua: 'QUARTA',
6+
Qui: 'QUINTA',
7+
Sex: 'SEXTA',
8+
Sáb: 'SÁBADO',
9+
Dom: 'DOMINGO'
1010
}
1111

1212
// constructor () {}
870 Bytes
Loading

static/icons/smartlab_icon.png

1.28 MB
Loading
878 Bytes
Loading

static/icons/smartlab_labeled.png

68.2 KB
Loading
240 KB
Loading

0 commit comments

Comments
 (0)