File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -152,6 +152,10 @@ const SocialLinksContainer = styled.div`
152152const SiteMap = styled . div `
153153 display: ${ ( props ) => ( props . mobile ? 'block' : 'none' ) } ;
154154 margin-top: 40px;
155+ a {
156+ color: white;
157+ text-decoration: none;
158+ }
155159
156160 @media (min-width: 1280px) {
157161 display: ${ ( props ) => ( props . mobile ? 'none' : 'block' ) } ;
@@ -211,7 +215,15 @@ const Footer = () => {
211215 < FaGithubAlt />
212216 </ a >
213217 </ SocialLinksContainer >
214- < SiteMap > License | Site Map</ SiteMap >
218+ < SiteMap >
219+ < a href = "https://creativecommons.org/licenses/by/4.0/" target = "_blank" rel = "noreferrer noopener" >
220+ License
221+ </ a >
222+ { ' ' } |{ ' ' }
223+ < a href = "/sitemap/sitemap-0.xml" target = "_blank" >
224+ Site Map
225+ </ a >
226+ </ SiteMap >
215227 </ ExternalLinksContainer >
216228 </ AddressContainer >
217229 < NavigationContainer >
You can’t perform that action at this time.
0 commit comments