Skip to content

Commit

Permalink
FE: Update some packages
Browse files Browse the repository at this point in the history
  • Loading branch information
justuswilhelm committed Apr 21, 2024
1 parent f275ffa commit 6fc7b6c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 18 deletions.
32 changes: 16 additions & 16 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"autoprefixer": "~10.4.17",
"date-fns": "~2.30.0",
"fuse.js": "~6.6.2",
"generate-license-file": "~3.0.1",
"generate-license-file": "~3.2",
"marked": "~12.0.0",
"marked-gfm-heading-id": "~3.1.3",
"openapi-fetch": "~0.9.3",
Expand Down
5 changes: 4 additions & 1 deletion frontend/src/routes/(storefront)/contact-us/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@
</p>
</div>
<div class="hidden shrink basis-1/4 md:block">
<enhanced:img src="./illustration.png" alt={$_("contact-us.illustration.alt")} />
<enhanced:img
src="./illustration.png"
alt={$_("contact-us.illustration.alt")}
/>
</div>
</div>
</HeroLayout>

0 comments on commit 6fc7b6c

Please sign in to comment.