Skip to content

Commit 8b5f5b9

Browse files
committed
chore: remove duplicate VersionDisplay component
Remove VersionDisplay component from footer branding as it duplicates the existing version chip functionality. The version chip already displays build date, version, and git commit info. Backend version display will be added to the existing version chip in a separate PR to avoid duplication. Addresses PR #892 feedback.
1 parent 7794cf6 commit 8b5f5b9

File tree

3 files changed

+0
-78
lines changed

3 files changed

+0
-78
lines changed

app/components/Layout/components/Footer/components/Branding/branding.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { ANCHOR_TARGET } from "@databiosphere/findable-ui/lib/components/Links/c
33
import { Link } from "@databiosphere/findable-ui/lib/components/Links/components/Link/link";
44
import { Brands, FooterText, LargeBrand, SmallBrand } from "./branding.styles";
55
import { TYPOGRAPHY_PROPS } from "@databiosphere/findable-ui/lib/styles/common/mui/typography";
6-
import { VersionDisplay } from "./components/VersionDisplay/versionDisplay";
76

87
export const Branding = (): JSX.Element => {
98
return (
@@ -55,7 +54,6 @@ export const Branding = (): JSX.Element => {
5554
url="https://www.niaid.nih.gov/research/bioinformatics-resource-centers"
5655
/>
5756
</FooterText>
58-
<VersionDisplay />
5957
</Brands>
6058
);
6159
};

app/components/Layout/components/Footer/components/Branding/components/VersionDisplay/versionDisplay.tsx

Lines changed: 0 additions & 34 deletions
This file was deleted.

tests/e2e/04-version-display.spec.ts

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)