Skip to content

Commit

Permalink
Update old gameboard filter warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharkey13 committed Jan 28, 2025
1 parent 23ae196 commit e83ae55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/navigation/QuestionFinderBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {siteSpecific} from "../../services";
import { Alert } from 'reactstrap';

export const QuestionFinderBanner = () => {
return <Alert color={siteSpecific("warning", "info")} className={"no-print mt-3"}>
This page will be removed by the end of 2024; you can <Link to="/questions">find our new and improved question finder here</Link>.
return <Alert color={siteSpecific("danger", "info")} className={"no-print mt-3"}>
This page is no longer supported and will soon be removed; you can <Link to="/questions">find our new and improved question finder here</Link>.
<br/><Link to="/contact?subject=Old%20question%20finder">Let us know any feedback about this change</Link>.
</Alert>;
};

0 comments on commit e83ae55

Please sign in to comment.