Skip to content

Commit

Permalink
Merge pull request #39 from ben-miles/dev
Browse files Browse the repository at this point in the history
Improved Mobile Appearance, Added Tools
  • Loading branch information
ben-miles authored Oct 4, 2024
2 parents 74dc626 + 398dc4e commit 8c4dfae
Show file tree
Hide file tree
Showing 9 changed files with 9,594 additions and 9,825 deletions.
Binary file modified .workfiles/pda/pub/subnauticapda_pda_lg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .workfiles/pda/pub/subnauticapda_pda_sm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Binary file not shown.
Binary file modified public/images/subnauticapda_pda_lg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/subnauticapda_pda_sm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/ViewPinned.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default function ViewPinned({items, setItems, view}) {

{item.hasOwnProperty('recipe') &&
<div className="data">
<h3>Crafted from:</h3>
<h3>Crafted using the <img className="tool" src={'images/items/' + item.recipe.tool.replace(/\s+/g, '').toLowerCase() + '.png'} loading="lazy" />{item.recipe.tool} with these items:</h3>
<div className="recipe">

{item.recipe.ingredients.map((ingredient) => (
Expand Down
Loading

0 comments on commit 8c4dfae

Please sign in to comment.