Przeniesienie styli offers z podkatalogu do głownego

This commit is contained in:
dm
2025-12-15 14:47:21 +01:00
parent 3713d50bca
commit f213b74caf
12 changed files with 30 additions and 17 deletions

View File

@@ -2,7 +2,7 @@ import { useEffect, useState } from "preact/hooks";
import Markdown from "../Markdown.jsx";
import OffersSwitches from "../OffersSwitches.jsx";
import InternetAddonsModal from "./InternetAddonsModalCompact.jsx";
import "../../styles/offers/offers-table.css";
import "../../styles/offers-table.css";
function formatMoney(amount, currency = "PLN") {
if (typeof amount !== "number" || Number.isNaN(amount)) return "";