diff --git a/devops/Chart.yaml b/devops/Chart.yaml index b88a7720..01e5fe78 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.3 +appVersion: 0.4.4 diff --git a/src/front/Components/Elements/BackArrow/index.tsx b/src/front/Components/Elements/BackArrow/index.tsx index 8ed19bdc..671bc19a 100644 --- a/src/front/Components/Elements/BackArrow/index.tsx +++ b/src/front/Components/Elements/BackArrow/index.tsx @@ -1,7 +1,7 @@ import Link from "next/link"; import React from "react"; import Button, { EButtonVariant } from "@Front/Components/DesignSystem/Button"; -import ChevronIcon from "@Assets/icons/chevron.svg"; +import ChevronIcon from "@Assets/Icons/chevron.svg"; type IProps = { url: string; }; diff --git a/src/front/version.json b/src/front/version.json index 23155ae8..352e6de7 100644 --- a/src/front/version.json +++ b/src/front/version.json @@ -1,3 +1,3 @@ { - "version": "v0.4.3" + "version": "v0.4.4" }