Skip to content

Commit

Permalink
Update paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-bryant committed Apr 10, 2024
1 parent 8c44cbf commit 3569560
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 @@ -29,14 +29,14 @@ export default function About() {
}
}}>
<Image
src="/elderbrew-00572.jpg"
src="elderbrew-00572.jpg"
width="500"
height="333"
alt="Elderbrew"
loader={imageLoader}
/>
<Image
src="/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 @@ -44,7 +44,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-bw.png"
src="elderbrew-bw.png"
width="200"
height="127"
alt="Elderbrew"
Expand Down Expand Up @@ -121,7 +121,7 @@ export default function RootLayout({
}}
>
<Image
src="/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 @@ -32,7 +32,7 @@ export default function About() {
}
}}>
<Image
src="/outside.jpg"
src="outside.jpg"
alt="Elderbrew"
sizes="100vw"
width="600"
Expand All @@ -41,7 +41,7 @@ export default function About() {
loader={imageLoader}
/>
<Image
src="/gray-worry.jpg"
src="gray-worry.jpg"
alt="Elderbrew"
sizes="100vw"
width="900"
Expand All @@ -58,7 +58,7 @@ export default function About() {
}
}}>
<Image
src="/merch.jpg"
src="merch.jpg"
alt="Elderbrew"
sizes="100vw"
width="900"
Expand All @@ -67,7 +67,7 @@ export default function About() {
loader={imageLoader}
/>
<Image
src="/game.jpg"
src="game.jpg"
alt="Elderbrew"
sizes="100vw"
width="600"
Expand Down

0 comments on commit 3569560

Please sign in to comment.