diff --git a/devops/Chart.yaml b/devops/Chart.yaml index 597a3d86..c754167f 100644 --- a/devops/Chart.yaml +++ b/devops/Chart.yaml @@ -21,4 +21,4 @@ version: 0.0.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 0.4.14 +appVersion: 0.4.15 diff --git a/src/front/Components/Elements/Burger/animation.scss b/src/front/Components/Elements/Burger/animation.scss index 8665e2df..371fbbf3 100644 --- a/src/front/Components/Elements/Burger/animation.scss +++ b/src/front/Components/Elements/Burger/animation.scss @@ -36,4 +36,4 @@ 100% { transform: translate3d(0px, 0px, 0) rotate(0deg) scaleX(1); } -} +} \ No newline at end of file diff --git a/src/front/Components/Elements/Burger/index.tsx b/src/front/Components/Elements/Burger/index.tsx index 52c5c8f0..8feb868c 100644 --- a/src/front/Components/Elements/Burger/index.tsx +++ b/src/front/Components/Elements/Burger/index.tsx @@ -12,6 +12,7 @@ export default function Burger({ state, callback }: IProps) {