Skip to content

Commit 95dda27

Browse files
author
openweb3
committed
change icon
1 parent 4258bca commit 95dda27

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

demo/app/swap/page.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
"use client";
22

33
import { Connect } from "@/components/Connect";
4-
import { Card, CardContent } from "@/components/ui/card";
5-
import { ArrowDownIcon } from "lucide-react";
6-
import Link from "next/link";
7-
import { usePathname } from "next/navigation";
8-
import React, { useEffect, useMemo, useRef } from "react";
9-
import { SwapBox } from "./swapbox";
10-
import { useGetLpInfo } from "./useGetLpInfo";
11-
import { formatUnits, parseUnits } from "viem";
124
import { Button } from "@/components/ui/button";
5+
import { Card, CardContent } from "@/components/ui/card";
136
import {
147
Select,
158
SelectContent,
169
SelectItem,
1710
SelectTrigger,
1811
SelectValue,
1912
} from "@/components/ui/select";
13+
import { ArrowDownUp } from "lucide-react";
2014
import Image from "next/image";
15+
import Link from "next/link";
16+
import { usePathname } from "next/navigation";
17+
import React, { useEffect, useMemo, useRef } from "react";
18+
import { formatUnits, parseUnits } from "viem";
19+
import { SwapBox } from "./swapbox";
20+
import { useGetLpInfo } from "./useGetLpInfo";
2121

2222
export default function SwapPage() {
2323
const pathname = usePathname();
@@ -378,7 +378,7 @@ export default function SwapPage() {
378378
onClick={handleSwitch}
379379
className="cursor-pointer rounded-xl border border-border bg-card w-10 h-10 flex items-center justify-center shadow-md active:scale-95 transition-transform"
380380
>
381-
<ArrowDownIcon className="w-6 h-6 text-foreground" />
381+
<ArrowDownUp className="w-6 h-6 text-foreground" />
382382
</button>
383383
</div>
384384
<div>

0 commit comments

Comments
 (0)