更换图标
This commit is contained in:
parent
f49dab8186
commit
493e57064d
|
@ -10,6 +10,7 @@ import {
|
||||||
faWallet,
|
faWallet,
|
||||||
faPrint,
|
faPrint,
|
||||||
faDollar,
|
faDollar,
|
||||||
|
faArrowTrendUp,
|
||||||
} from "@fortawesome/free-solid-svg-icons";
|
} from "@fortawesome/free-solid-svg-icons";
|
||||||
import baseRequest from "@/utils/baseRequest";
|
import baseRequest from "@/utils/baseRequest";
|
||||||
import { get, save } from "@/utils/storeInfo";
|
import { get, save } from "@/utils/storeInfo";
|
||||||
|
@ -180,12 +181,11 @@ export default function Wallet() {
|
||||||
className="flex justify-between items-center py-4"
|
className="flex justify-between items-center py-4"
|
||||||
>
|
>
|
||||||
<div className="flex flex-row items-center">
|
<div className="flex flex-row items-center">
|
||||||
<OwnIcon
|
<FontAwesomeIcon
|
||||||
src="/icons/weekIncome.png"
|
icon={faArrowTrendUp}
|
||||||
width={20}
|
size="xl"
|
||||||
height={20}
|
className="w-[20px]"
|
||||||
className="w-[28px] h-full"
|
color="#60a5fa"
|
||||||
outClassName="mr-1"
|
|
||||||
/>
|
/>
|
||||||
<span className="text-base text-white font-medium ml-2">
|
<span className="text-base text-white font-medium ml-2">
|
||||||
近一周收益
|
近一周收益
|
||||||
|
|
Loading…
Reference in New Issue