File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/app/components/navigation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import {siteSpecific} from "../../services";
4
4
import { Alert } from 'reactstrap' ;
5
5
6
6
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 > .
9
9
< br /> < Link to = "/contact?subject=Old%20question%20finder" > Let us know any feedback about this change</ Link > .
10
10
</ Alert > ;
11
11
} ;
You can’t perform that action at this time.
0 commit comments