v0.4.4
This commit is contained in:
parent
9b361ef72b
commit
4c622ee26b
@ -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
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"version": "v0.4.3"
|
||||
"version": "v0.4.4"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user