Skip to content

Commit

Permalink
fix image on /abstimmungen page
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannaPeanut committed Feb 29, 2024
1 parent 1155c2c commit 3099b07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion src/pages/abstimmungen/abstimmungsprozesse/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const ResearchWorkPage: React.FC<PageProps> = ({ location }) => {
caption="Studienarbeit"
image={
<StaticImage
src="./../index/fahrrad.jpg"
src="./../../../images/fahrrad.jpg"
alt="Zeigt eine Karte mit einer Planung"
className="h-96 object-contain lg:h-full"
/>
Expand Down

0 comments on commit 3099b07

Please sign in to comment.