From ad67eaaa1de762a42837c6d8118ddb4033e35295 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sat, 22 Nov 2025 20:31:29 +0100 Subject: style: Update StopSheet styles and fix layout issues in footer --- src/frontend/app/components/StopSheet.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/frontend/app/components/StopSheet.tsx') diff --git a/src/frontend/app/components/StopSheet.tsx b/src/frontend/app/components/StopSheet.tsx index f32c435..cf070e2 100644 --- a/src/frontend/app/components/StopSheet.tsx +++ b/src/frontend/app/components/StopSheet.tsx @@ -176,8 +176,9 @@ export const StopSheet: React.FC = ({ ) : null} + -
+
{lastUpdated && (
{t("estimates.last_updated", "Actualizado a las")}{" "} @@ -211,7 +212,6 @@ export const StopSheet: React.FC = ({
- -- cgit v1.3