Skip to content

Commit

Permalink
lasts tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieltarozzo committed Sep 25, 2023
1 parent 2419712 commit f47c5c0
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion src/client/src/app/hotsite/pages/index/index.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class IndexComponent implements OnInit {

setTimeout(function () {
$('.home .flexslider').height($(window).height()).flexslider({
slideshowSpeed: 6000,
slideshowSpeed: 9000,
after: function (slider) {
$('.flexslider .big, .flexslider .middle, .flexslider .small').css('opacity', 0);
var next = $('.flex-active-slide', slider);
Expand Down
24 changes: 12 additions & 12 deletions src/client/src/assets/locales/en.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions src/client/src/assets/locales/pt.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/client/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<!-- <title>Platform Base</title>-->
<title>Web Atlas dos Agrotóxicos</title>
<title>WebAtlas dos Agrotóxicos</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
Expand Down
2 changes: 1 addition & 1 deletion src/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"zlib": "^1.0.5"
},
"scripts": {
"start": "NODE_ENV=dev nodemon app-cluster.js",
"start": "set NODE_ENV=dev && nodemon app-cluster.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "",
Expand Down

0 comments on commit f47c5c0

Please sign in to comment.