Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartek Krason authored and Bartek Krason committed Mar 4, 2025
1 parent 27847b6 commit f5e1f65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/home/usage/UsageSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const USE_CASES = [
iconUrl: docker,
text: "Deploy Smelter as a standalone server. Its language-agnostic API integrates easily with your solutions. With Dockerfiles and comprehensive deployment guidelines in our documentation, setting up Smelter is effortless.",
buttons: {
docs: "https://www.smelter.dev/http-api",
docs: "https://smelter.dev/http-api",
"docker registry": "https://github.com/software-mansion/smelter/pkgs/container/smelter",
},
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/navigation/NavBar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const smelterLogoSmallImage = await getImage({
</Fragment>
<nav class="flex h-18 md:h-20">
<div class="flex justify-between max-w-[1800px] w-full m-auto px-4 sm:px-8 lg:px-20">
<a href="https://www.smelter.dev/">
<a href="https://smelter.dev/">
<Image src={smelterLogo} alt="Smelter logo" class="hidden md:block" loading="eager" />
<Image src={smelterLogoSmall} alt="Smelter logo" class="md:hidden" loading="eager" />
</a>
Expand Down

0 comments on commit f5e1f65

Please sign in to comment.