Skip to content

Commit

Permalink
Помощь друга
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksimRozov committed Mar 22, 2024
1 parent fdb7999 commit a46e8d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 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,6 @@ export const EFFECTS = [
max: 3,
step: 0.1,
start: 3,
unit: ' ',
unit: '',
},
];

0 comments on commit a46e8d1

Please sign in to comment.