From 3672c92cd87c2bacc0c6a933d4c8c2cf61451958 Mon Sep 17 00:00:00 2001 From: "rafael.lyra" Date: Fri, 27 Mar 2026 08:51:36 -0300 Subject: [PATCH] Update Footer message --- src/components/Footer/index.tsx | 8 ++------ src/components/Footer/styled.tsx | 1 - 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/components/Footer/index.tsx b/src/components/Footer/index.tsx index 8f2952b0..f61a0fb4 100644 --- a/src/components/Footer/index.tsx +++ b/src/components/Footer/index.tsx @@ -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 ( - For further information, refer to the   - - project's official website - -  or contact GAS. {version} + Version: {version} ); diff --git a/src/components/Footer/styled.tsx b/src/components/Footer/styled.tsx index 27f1f2be..e7b68c9f 100644 --- a/src/components/Footer/styled.tsx +++ b/src/components/Footer/styled.tsx @@ -17,4 +17,3 @@ export const FooterText = styled.p` font-weight: 300; margin: 2px 2px; `; -export const FooterLink = styled.a``;