Skip to content

Commit

Permalink
Merge pull request htmlacademy-javascript#8 from MaksimRozov/module9-…
Browse files Browse the repository at this point in the history
…task1

Помощь друга
  • Loading branch information
vetero4eg authored Mar 22, 2024
2 parents ac2dd40 + 2c76d27 commit f588f1d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions js/slider-effects/effect-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const EFFECTS = [
max: 1,
step: 0.1,
start: 1,
unit: ' ',
unit: '',
},
{
name: 'sepia',
Expand All @@ -19,7 +19,7 @@ export const EFFECTS = [
max: 1,
step: 0.1,
start: 1,
unit: ' ',
unit: '',
},
{
name: 'marvin',
Expand All @@ -46,6 +46,8 @@ export const EFFECTS = [
max: 3,
step: 0.1,
start: 3,
unit: ' ',
unit: '',
},
];

//помощь друга

0 comments on commit f588f1d

Please sign in to comment.