Skip to content

Commit

Permalink
Strip extra Slashes in URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Jul 9, 2023
1 parent f9e247d commit 88bc221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/recipes/TransformRecipe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function FluidTransformCircumstance({ fluids }: { fluids: string[] }) {
<>
<img
className={css.fluidIcon}
src={guide.baseUrl + "/" + fluidInfo.icon}
src={guide.baseUrl + fluidInfo.icon}
alt=""
/>
{" Throw in " + fluidInfo.displayName}
Expand Down

0 comments on commit 88bc221

Please sign in to comment.