@@ -2,14 +2,14 @@ import {
2
2
MessageContent ,
3
3
MessageStyled ,
4
4
MessageText ,
5
- MessageTitle ,
6
- } from "@/components/Shared/Message/Message.styled" ;
5
+ } from "@/components/Footer/SiteContentMessage/SiteContentMessage.styled" ;
7
6
import { useEffect , useState } from "react" ;
7
+
8
8
import { Button } from "@nulib/design-system" ;
9
9
import Container from "@/components/Shared/Container" ;
10
10
import useSessionStorage from "@/hooks/useSessionStorage" ;
11
11
12
- const Message = ( ) => {
12
+ const SiteContentMessage = ( ) => {
13
13
const current = Date . now ( ) / 1000 ;
14
14
const interval = 86400 ; // 24 hours
15
15
@@ -43,20 +43,19 @@ const Message = () => {
43
43
< Container >
44
44
< MessageContent >
45
45
< div >
46
- < MessageTitle > Potentially harmful content</ MessageTitle >
47
46
< MessageText >
48
- Northwestern University Libraries Digital Collections contain
49
- materials that reflect the beliefs and norms of the era and
50
- culture in which they were created or collected. The site contains
51
- offensive imagery, language, or opinions related to a white
52
- supremist, exploitative, and/or discriminatory culture.
53
- Additionally, this site contains sexual content or violence that
54
- may not be appropriate for all audiences. The Libraries are
55
- committed to the ethical digitization and description of materials
56
- that offer alternative histories and center voices from
57
- marginalized cultures. If you have questions or concerns about the
58
- materials, please refer to our “Retention of Challenged Materials”
59
- policy with more information about how to contact us .
47
+ Northwestern University Libraries' Digital Collections
48
+ contain materials that reflect the beliefs and norms of their eras
49
+ and culture in which they were created or collected. The site may
50
+ contain imagery, language, or opinions that are offensive and may
51
+ not be appropriate for all audiences. The Libraries are committed
52
+ to the ethical digitization and description of materials that
53
+ offer alternative histories and center voices from marginalized
54
+ cultures. Please direct questions to { " " }
55
+ < a href = "mailto:[email protected] " >
56
+
57
+ </ a >
58
+ .
60
59
</ MessageText >
61
60
</ div >
62
61
< div >
@@ -69,4 +68,4 @@ const Message = () => {
69
68
</ MessageStyled >
70
69
) ;
71
70
} ;
72
- export default Message ;
71
+ export default SiteContentMessage ;
0 commit comments