Skip to content

Commit

Permalink
Updating paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-bryant committed Apr 10, 2024
1 parent 3107b40 commit ea82a26
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ export default function About() {
}
}}>
<Image
src="/Elderbrew/elderbrew-00572.jpg"
src="/elderbrew-00572.jpg"
width="500"
height="333"
alt="Elderbrew"
/>
<Image
src="/Elderbrew/elderbrew-00608.jpg"
src="/elderbrew-00608.jpg"
width="500"
height="333"
alt="Elderbrew"
Expand Down
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function RootLayout({
<Stack direction={{ xs: 'column', md: 'row' }} justifyContent="space-between" alignItems="center" marginTop={4} marginBottom={4}>
<Link href="/">
<Image
src="/Elderbrew/elderbrew-bw.png"
src="/elderbrew-bw.png"
width="200"
height="127"
alt="Elderbrew"
Expand Down Expand Up @@ -116,7 +116,7 @@ export default function RootLayout({
}}
>
<Image
src="/Elderbrew/elderbrew-bw.png"
src="/elderbrew-bw.png"
width="500"
height="250"
alt="Elderbrew"
Expand Down
8 changes: 4 additions & 4 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export default function About() {
maxHeight: { xs: 'auto', md: '530px' },
}
}}>
<Image src="/Elderbrew/outside.jpg" alt="Elderbrew" sizes="100vw" width="600" height="900" style={{ width: '100%', height: 'auto' }} />
<Image src="/Elderbrew/gray-worry.jpg" alt="Elderbrew" sizes="100vw" width="900" height="600" style={{ width: '100%', height: 'auto' }} />
<Image src="/outside.jpg" alt="Elderbrew" sizes="100vw" width="600" height="900" style={{ width: '100%', height: 'auto' }} />
<Image src="/gray-worry.jpg" alt="Elderbrew" sizes="100vw" width="900" height="600" style={{ width: '100%', height: 'auto' }} />
</Stack>
<Stack direction={{ xs: 'column', md: 'row' }} justifyContent='center' sx={{
'& img': {
Expand All @@ -37,8 +37,8 @@ export default function About() {
maxHeight: { xs: 'auto', md: '530px' },
}
}}>
<Image src="/Elderbrew/merch.jpg" alt="Elderbrew" sizes="100vw" width="900" height="600" style={{ width: '100%', height: 'auto' }} />
<Image src="/Elderbrew/game.jpg" alt="Elderbrew" sizes="100vw" width="600" height="900" style={{ width: '100%', height: 'auto' }} />
<Image src="/merch.jpg" alt="Elderbrew" sizes="100vw" width="900" height="600" style={{ width: '100%', height: 'auto' }} />
<Image src="/game.jpg" alt="Elderbrew" sizes="100vw" width="600" height="900" style={{ width: '100%', height: 'auto' }} />
</Stack>
</>
);
Expand Down

0 comments on commit ea82a26

Please sign in to comment.