feat: Add IconCreditCard and IconCurrencyDollar to BillingManager and App components for improved icon representation
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 8m25s

This commit is contained in:
2025-07-30 04:25:44 +07:00
parent c6fbfee2b3
commit c2f0324817
2 changed files with 5 additions and 15 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ import {
IconAlertCircle, IconAlertCircle,
IconServer, IconServer,
IconFilter, IconFilter,
IconDownload IconDownload,
IconCreditCard
} from '@tabler/icons-react'; } from '@tabler/icons-react';
import DataManager from './DataManager'; import DataManager from './DataManager';
import ServerManager from './ServerManager'; import ServerManager from './ServerManager';
+3 -14
View File
@@ -2,27 +2,16 @@ import { useState, useEffect, useRef } from 'react';
import axios from 'axios'; import axios from 'axios';
import { import {
IconPlus, IconPlus,
IconSearch,
IconEdit, IconEdit,
IconTrash, IconTrash,
IconCheck, IconCheck,
IconX,
IconDatabase, IconDatabase,
IconRefresh, IconRefresh,
IconDownload,
IconUpload,
IconAlertTriangle, IconAlertTriangle,
IconServer,
IconChevronDown,
IconLink,
IconCalendar, IconCalendar,
IconCreditCard, IconCreditCard,
IconDollarSign, IconCurrencyDollar,
IconBuilding, IconExternalLink
IconFlag,
IconExternalLink,
IconEye,
IconSettings
} from '@tabler/icons-react'; } from '@tabler/icons-react';
const API_URL = '/api'; const API_URL = '/api';
@@ -384,7 +373,7 @@ function BillingManager() {
<div className="card h-100"> <div className="card h-100">
<div className="card-body d-flex align-items-center"> <div className="card-body d-flex align-items-center">
<span className="avatar avatar-lg me-3 bg-purple-lt text-purple border-0"> <span className="avatar avatar-lg me-3 bg-purple-lt text-purple border-0">
<IconDollarSign size={32} /> <IconCurrencyDollar size={32} />
</span> </span>
<div> <div>
<div className="h3 mb-0 fw-bold"> <div className="h3 mb-0 fw-bold">