Skip to content

Commit

Permalink
Changes in Footer UI is done
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranamalsingh12 committed Dec 27, 2022
1 parent ec8690b commit 0a76421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const Footer = () => {
>
Version: [{version?.version === "unknown" ? "4.1.0.84" : version?.version}], Branch: [{version?.branchName === "unknown" ? "Branch you are working on" : version?.branchName}], Commit: [
{`#${version?.commitHash === "unknown" ? "Your commit" : version?.commitHash}`}] {version?.commitDate} built @{" "}

{version?.buildDate}
</footer>
);
};
Expand Down

0 comments on commit 0a76421

Please sign in to comment.