Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
import React from "react";
import * as S from "./styled";

const version = "2025-08-20-9937a17";
const version = "2026-03-27-323cefc";

const Footer: React.FC = () => {
return (
<S.FooterWrapper>
<S.FooterText>
For further information, refer to the &nbsp;
<S.FooterLink href="https://github.com/lnls-sirius/archiver-viewer" target="_blank">
project&apos;s official website
</S.FooterLink>
&nbsp;or contact GAS. <span style={{ fontWeight: 500, padding: "5px" }}>{version}</span>
Version: <span style={{ fontWeight: 500, padding: "5px" }}>{version}</span>
</S.FooterText>
</S.FooterWrapper>
);
Expand Down
1 change: 0 additions & 1 deletion src/components/Footer/styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ export const FooterText = styled.p`
font-weight: 300;
margin: 2px 2px;
`;
export const FooterLink = styled.a``;
Loading