File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const FooterStyled = styled.footer`
10
10
position: absolute;
11
11
bottom: 0;
12
12
width: 100%;
13
- height: 18rem ;
13
+ height: 19rem ;
14
14
` ;
15
15
16
16
const FooterContainer = styled ( Container ) `
@@ -108,6 +108,7 @@ const Footer = () => {
108
108
< MenuLi > < a href = "https://www.cancer.gov/policies/disclaimer" target = "_blank" rel = "noopener noreferrer" > Disclaimer</ a > </ MenuLi >
109
109
< MenuLi > < a href = "https://www.cancer.gov/policies/accessibility" target = "_blank" rel = "noopener noreferrer" > Accessibility</ a > </ MenuLi >
110
110
< MenuLi > < a href = "https://www.cancer.gov/policies/foia" target = "_blank" rel = "noopener noreferrer" > FOIA</ a > </ MenuLi >
111
+ < MenuLi > < a href = "https://www.hhs.gov/vulnerability-disclosure-policy/index.html" target = "_blank" rel = "noopener noreferrer" > HHS Vulnerability Disclosure</ a > </ MenuLi >
111
112
</ MenuUl >
112
113
</ Col >
113
114
</ Row >
You can’t perform that action at this time.
0 commit comments