Skip to content

Commit eeb7330

Browse files
committed
add University of Lisbon
1 parent b554c59 commit eeb7330

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
22.8 KB
Loading

src/components/SelectorComponents/ButtonComponents/FooterComponents.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { useSelector } from 'react-redux';
55
import { Link } from 'react-router-dom';
66

77
import UniversityOfGlasgow from '@/assets/UoG_white.png';
8+
import UniversityOfLisbon from '@/assets/ULISBOA_HORIZONTAL_NEG_RGB.png';
89
import { RootState } from '@/redux/store';
910
import { 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>

0 commit comments

Comments
 (0)