File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
components/SelectorComponents/ButtonComponents Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import { useSelector } from 'react-redux';
55import { Link } from 'react-router-dom' ;
66
77import UniversityOfGlasgow from '@/assets/UoG_white.png' ;
8+ import UniversityOfLisbon from '@/assets/ULISBOA_HORIZONTAL_NEG_RGB.png' ;
89import { RootState } from '@/redux/store' ;
910import { translationHomepage } from '@/utils/functions/translationLanguages' ;
1011
@@ -189,17 +190,17 @@ export const FooterComponent = () => {
189190 </ div >
190191 </ Link >
191192 < Link
192- to = "https://cre2.wustl.edu/ "
193+ to = "https://www.ulisboa.pt "
193194 target = "_blank"
194195 rel = "noopener"
195196 aria-label = "Washington University Center for the Study of Race, Ethnicity, and Equity"
196197 >
197198 < div className = "logo-grid-item fade-in" >
198199 < img
199200 className = "card-img sponsor-card-img block lazy loaded"
200- data-src = "https://api.slavevoyages.org/static/uploads/washu_white_stacked_1280_836 .png"
201- aria-label = "Washington University Center for the Study of Race, Ethnicity, and Equity "
202- src = "https://api.slavevoyages.org/static/uploads/washu_white_stacked_1280_836.png"
201+ data-src = "https://api.slavevoyages.org/static/uploads/ULISBOA_HORIZONTAL_NEG_RGB .png"
202+ aria-label = " University of Lisbon "
203+ src = { UniversityOfLisbon }
203204 data-was-processed = "true"
204205 />
205206 </ div >
You can’t perform that action at this time.
0 commit comments