Skip to content

Commit afecea0

Browse files
committed
new UI img
Added 2 images, also changed the tools.js for those 2 images, to be shown!
1 parent 337d839 commit afecea0

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

25.2 KB
Loading

ets2-tool/src/images/moveMods.png

118 KB
Loading

ets2-tool/src/tools.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const tools = {
4848
{
4949
title: "Advanced Repair",
5050
desc: "Repair individual components of your truck",
51-
img: "images/comingsoon.png",
51+
img: "images/advancedRepair.png",
5252
action: async () => {
5353
try {
5454
const res = await openModalMulti("Advanced Repair", [
@@ -416,7 +416,7 @@ export const tools = {
416416
{
417417
title: "Move modifications",
418418
desc: "Move your active Modifications from Acc1 to Acc2",
419-
img: "images/comingsoon.png",
419+
img: "images/moveMods.png",
420420
action: async () => {
421421
try {
422422
if (window.handleMoveMods) {

0 commit comments

Comments
 (0)