diff --git a/src/app/[path]/page.tsx b/src/app/[path]/page.tsx index f206c44..817b56c 100644 --- a/src/app/[path]/page.tsx +++ b/src/app/[path]/page.tsx @@ -15,7 +15,11 @@ const Page = async ({ params }: PageProps) => { return (
- + {
{results && ( - + )} ); diff --git a/src/app/components/TopicCard.tsx b/src/app/components/TopicCard.tsx index 87565c9..c42a291 100644 --- a/src/app/components/TopicCard.tsx +++ b/src/app/components/TopicCard.tsx @@ -13,6 +13,7 @@ interface TopicCardProps { index: number; serverUrl: string; path: string; + isSpot?: boolean; } interface IconProps { diff --git a/src/config/formSources.config.js b/src/config/formSources.config.js index 5e68617..26b3485 100644 --- a/src/config/formSources.config.js +++ b/src/config/formSources.config.js @@ -3,10 +3,6 @@ export const pathToServerConfig = { path: 'ma', servers: ['Suffolk LIT Lab', 'Greater Boston Legal Services'], }, - gb: { - path: 'gb', - servers: ['Greater Boston Legal Services'], - }, }; export const formSources = {