Skip to content

Commit bbfc97a

Browse files
committed
refactor(fdd): alert max-len
#163
1 parent c5a8cc2 commit bbfc97a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pages/search/index.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import { Row, Col, Alert } from "antd";
33
import { Search } from "features";
44
import { useTitle } from "../helpers";
55

6+
const ALERT = `For a while, "organizations" are presented in search results, but not accessible on service pages`;
7+
68
/**
79
* @page Search
810
*/
@@ -21,7 +23,7 @@ const SearchPage = () => {
2123
style={{ borderRadius: 6, marginTop: 10 }}
2224
showIcon
2325
message="Organizations access"
24-
description="For a while, `organizations` are presented in search results, but not accessible on service pages"
26+
description={ALERT}
2527
/>
2628
</Col>
2729
</Row>

0 commit comments

Comments
 (0)