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.",