From 246e02e91f6ab4a4f25b97460fc35dcf54af7444 Mon Sep 17 00:00:00 2001 From: Devin Matte Date: Thu, 4 Apr 2024 21:31:02 -0400 Subject: [PATCH] Fix broken bus link --- modules/landing/LineButton.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/landing/LineButton.tsx b/modules/landing/LineButton.tsx index e12b8497..c66f49b1 100644 --- a/modules/landing/LineButton.tsx +++ b/modules/landing/LineButton.tsx @@ -4,6 +4,7 @@ import classNames from 'classnames'; import type { Line } from '../../common/types/lines'; import { lineColorBackground, lineColorBorder } from '../../common/styles/general'; import { LINE_OBJECTS } from '../../common/constants/lines'; +import { BUS_DEFAULTS } from '../../common/state/defaults/dateDefaults'; interface LineButtonProps { children: React.ReactNode; @@ -15,7 +16,11 @@ export const LineButton: React.FC = ({ children, line }) => { return (