Skip to content

Commit

Permalink
Merge pull request #439 from semaphore-protocol/chore/optimized-images
Browse files Browse the repository at this point in the history
Compressed JPG images instead of big PNGs
  • Loading branch information
vplasencia authored Nov 8, 2023
2 parents cd3c29b + 4b3974b commit 962bcc9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 @@ -130,7 +130,7 @@ export default function Build() {
</VStack>
</Flex>
<Image
src="https://semaphore.cedoor.dev/flower-shadow.png"
src="https://semaphore.cedoor.dev/flower-shadow.jpg"
width={727}
height={630}
style={{ maxHeight: "630px" }}
Expand Down
2 changes: 1 addition & 1 deletion apps/website/src/app/learn/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ await verifyProof(verificationKey, fullProof)`,
<Box zIndex="-1" left="50%" transform="translateX(-50%)" w="100vw" h="100%" pos="absolute">
<Image
alt="Guy shadow image"
src="https://semaphore.cedoor.dev/guy-shadow-horizontal.png"
src="https://semaphore.cedoor.dev/guy-shadow-horizontal.jpg"
quality="100"
sizes="100vw"
fill
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 @@ -18,7 +18,7 @@ export default function Home() {
<Box zIndex="-1" left="50%" transform="translateX(-50%)" w="100vw" h="100%" pos="absolute">
<Image
alt="Midnight whispers image"
src="https://semaphore.cedoor.dev/midnight-whispers.png"
src="https://semaphore.cedoor.dev/midnight-whispers.jpg"
quality="100"
sizes="100vw"
fill
Expand Down Expand Up @@ -184,7 +184,7 @@ export default function Home() {
<Box zIndex="-1" left="50%" transform="translateX(-50%)" w="100vw" h="100%" pos="absolute">
<Image
alt="Fluttering shadow image"
src="https://semaphore.cedoor.dev/shadow-flutter.png"
src="https://semaphore.cedoor.dev/shadow-flutter.jpg"
quality="100"
sizes="100vw"
fill
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 @@ -17,7 +17,7 @@ export default function Projects() {
<Box zIndex="-1" left="50%" transform="translateX(-50%)" w="100vw" h="100%" pos="absolute">
<Image
alt="Blue texture image"
src="https://semaphore.cedoor.dev/blue-texture.png"
src="https://semaphore.cedoor.dev/blue-texture.jpg"
quality="100"
sizes="100vw"
fill
Expand Down

0 comments on commit 962bcc9

Please sign in to comment.