Skip to content

Commit f7d7019

Browse files
changes in footer Ui is done
1 parent b572f33 commit f7d7019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const Footer = () => {
4545
>
4646
Version: [{version?.version === "unknown" ? "4.1.0.84" : version?.version}], Branch: [{version?.branchName === "unknown" ? "Branch you are working on" : version?.branchName}], Commit: [
4747
{`#${version?.commitHash === "unknown" ? "Your commit" : version?.commitHash}`}] {version?.commitDate} built @{" "}
48-
48+
{version?.buildDate}
4949
</footer>
5050
);
5151
};

0 commit comments

Comments
 (0)