From e6e33252282b8a64e714cfb9b4c93aa4b40d2650 Mon Sep 17 00:00:00 2001 From: hyunjun12312 <95845727+hyunjun12312@users.noreply.github.com> Date: Tue, 4 Aug 2026 17:16:23 +0900 Subject: [PATCH] Add SteamVaults market fee calculator --- data.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data.js b/data.js index f346781..8289c2f 100644 --- a/data.js +++ b/data.js @@ -70,6 +70,12 @@ const toolSections = [ { title: "🌐 Web Tools", tools: [ + { + name: "SteamVaults Market Fee Calculator", + description: "Estimate what a Steam Market buyer pays and seller receives using adjustable Steam, game, and publisher fee rates.", + icon: "fas fa-calculator", + link: "https://steamvaults.org/tools/steam-market-fee-calculator" + }, { name: "JSON Server", description: "Create a fake API based on JSON files for rapid prototyping.",