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
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 8m25s
This commit is contained in:
@@ -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';
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user