Skip to content

Commit ec6fd7e

Browse files
committed
fix: update website images
1 parent 835eb91 commit ec6fd7e

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

src/pages/index.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ const HomePage: React.FC<EventItem> = ({ slug, frontMatter }) => {
405405
</div>
406406
<div className='flex w-full items-center justify-center px-5 py-5'>
407407
<ImageWithCredit
408-
src='https://ucarecdn.com/dddbf822-3778-4eb0-af18-0d898125d892/-/quality/smart_retina/-/format/auto/-/progressive/yes/'
408+
src='https://cdn.aireadi.org/website/Bookmarty.jpeg'
409409
alt=''
410410
author='UAB Media Department'
411411
/>
@@ -688,8 +688,7 @@ const MembersLogosList = [
688688
caption: 'Stanford University',
689689
},
690690
{
691-
image:
692-
'https://ucarecdn.com/91c68c74-82ad-49dc-9c31-0daf608b0685/-/resize/x216/-/quality/smart/-/format/auto/',
691+
image: 'https://cdn.aireadi.org/website/UAB-Medicine-Logo.jpeg',
693692
imageHeight: 'h-5',
694693
href: 'https://www.uab.edu/home/',
695694
caption: 'University of Alabama at Birmingham',

src/pages/modules/skills.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,18 +112,18 @@ const SkillsModule: React.FC<ModuleMembersPageProps> = ({ TeamMembers }) => (
112112
<div className='mt-8 grid grid-cols-1 gap-4 md:grid-cols-3'>
113113
<img
114114
className='rounded-lg'
115-
src='https://ucarecdn.com/b6521517-979e-4ae4-baff-69ade647a982/'
115+
src='https://cdn.aireadi.org/website/UAB-Landscape.jpg'
116116
alt='Photo of the UAB Callahan Eye Hospital'
117117
/>
118118

119119
<img
120120
className='rounded-lg'
121-
src='https://ucarecdn.com/43f384e1-ec90-410f-b3b5-7d72f3eda492/-/crop/16:9/bottom/'
121+
src='https://cdn.aireadi.org/website/UCSD-Landscape.jpg'
122122
alt='Photo of the UCSD Medical Center'
123123
/>
124124
<img
125125
className='rounded-lg'
126-
src='https://ucarecdn.com/2b081802-f0a0-40b5-b333-b1438e89415e/'
126+
src='https://cdn.aireadi.org/website/UW-Landscape.jpg'
127127
alt='Photo of the UW Medicine building'
128128
/>
129129
</div>

src/pages/study/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const StudyPage: React.FC<InferGetStaticPropsType<typeof getStaticProps>> = ({
6464

6565
<div className='-ml-0 -mt-12 lg:sticky lg:top-4 lg:col-start-2 lg:row-span-2 lg:row-start-1 lg:-ml-12 lg:overflow-hidden lg:p-8'>
6666
<ImageWithCredit
67-
src='https://ucarecdn.com/ef5a74b5-4fa6-46b9-99b1-9d44546f413a/-/quality/smart_retina/-/format/auto/-/progressive/yes/'
67+
src='https://cdn.aireadi.org/website/UAB-Landscape.jpg'
6868
alt=''
6969
author='UAB Media Department'
7070
/>

0 commit comments

Comments
 (0)