Skip to content

Commit 40b2d40

Browse files
committed
Update old gameboard filter warning message
(cherry picked from commit e83ae55)
1 parent 2e101ab commit 40b2d40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/components/navigation/QuestionFinderBanner.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import {siteSpecific} from "../../services";
44
import { Alert } from 'reactstrap';
55

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

0 commit comments

Comments
 (0)