From 642256ebb86b3b6d8d7da6508efb39a14310b090 Mon Sep 17 00:00:00 2001 From: Hugo Lextrait Date: Thu, 20 Apr 2023 11:41:26 +0200 Subject: [PATCH] :art: v0.4.15 --- devops/Chart.yaml | 2 +- src/front/Components/Elements/Burger/animation.scss | 2 +- src/front/Components/Elements/Burger/index.tsx | 1 + src/front/index.scss | 2 +- src/front/version.json | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) 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) {
+
diff --git a/src/front/index.scss b/src/front/index.scss index 871f3955..a5088b24 100644 --- a/src/front/index.scss +++ b/src/front/index.scss @@ -49,4 +49,4 @@ a:hover { .react-select__menu-notice { font-size: 18px; font-family: Inter; -} +} \ No newline at end of file diff --git a/src/front/version.json b/src/front/version.json index dd511537..df92af79 100644 --- a/src/front/version.json +++ b/src/front/version.json @@ -1,3 +1,3 @@ { - "version": "v0.4.14" + "version": "v0.4.15" }