Skip to content

Commit

Permalink
PageFaq: reduce image size
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannaPeanut committed Jun 24, 2024
1 parent 923b06c commit 67770f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/PageFaq/categoizedFaqs.const.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,8 @@ export const categoizedFaqs = {
alt="StVO-Zeichen Radschnellweg"
layout="constrained"
className="max-w-[300px] flex"
width={500}
quality={100}
imgStyle={{ objectFit: 'contain' }}
/>
<p>
Expand All @@ -756,6 +758,8 @@ export const categoizedFaqs = {
src="./assets/wegweiser-radschnellweg.png"
alt="Wegweiser Radschnellweg"
className="max-w-[300px] flex"
width={500}
quality={100}
imgStyle={{ objectFit: 'contain' }}
/>
<p>
Expand Down

0 comments on commit 67770f0

Please sign in to comment.