Skip to content

Commit

Permalink
Remove simplify recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
expitau committed Nov 26, 2024
1 parent 4657222 commit 36a15ee
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,17 +277,6 @@ <h3>Crafting Recipe</h3>
</td>
</tr>
</table>
<div
v-if="saveDataExists && !isMobile && data.costs[currentElement] > 2">
<div v-if="showFullRecipe" class="button"
@click="showFullRecipe=false;">
Show simplified recipe
</div>
<div v-else class=" button"
@click="showFullRecipe=true;">
Show full recipe
</div>
</div>
</div>
</div>
</transition>
Expand Down

0 comments on commit 36a15ee

Please sign in to comment.