Skip to content

Commit

Permalink
chore(website): remove alt property values from images
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Jan 12, 2024
1 parent eb3d731 commit e754589
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/website/src/app/build/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default function Build() {
<Box position="relative" w={{ base: "full", xl: "727px" }} h="630" overflow="hidden">
<Image
src="https://semaphore.cedoor.dev/flower-shadow.jpg"
alt="Flower Shadow"
alt=""
objectFit="cover"
w="full"
h="full"
Expand Down
4 changes: 2 additions & 2 deletions apps/website/src/app/learn/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ await verifyProof(verificationKey, fullProof)`,
overflow="hidden"
>
<Image
alt="Guy shadow image"
alt=""
src="https://semaphore.cedoor.dev/guy-shadow-horizontal.jpg"
objectFit="cover"
w="full"
Expand All @@ -275,7 +275,7 @@ await verifyProof(verificationKey, fullProof)`,
overflow="hidden"
>
<Image
alt="Guy shadow image"
alt=""
src="https://semaphore.cedoor.dev/guy-shadow.jpg"
objectFit="cover"
w="full"
Expand Down
4 changes: 2 additions & 2 deletions apps/website/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function Home() {
overflow="hidden"
>
<Image
alt="Midnight whispers image"
alt=""
src="https://semaphore.cedoor.dev/midnight-whispers.jpg"
objectFit="cover"
w="full"
Expand Down Expand Up @@ -201,7 +201,7 @@ export default function Home() {
overflow="hidden"
>
<Image
alt="Fluttering shadow image"
alt=""
src="https://semaphore.cedoor.dev/shadow-flutter.jpg"
objectFit="cover"
w="full"
Expand Down
2 changes: 1 addition & 1 deletion apps/website/src/app/projects/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function Projects() {
overflow="hidden"
>
<Image
alt="Blue texture image"
alt=""
src="https://semaphore.cedoor.dev/blue-texture.jpg"
objectFit="cover"
w="full"
Expand Down

0 comments on commit e754589

Please sign in to comment.