Skip to content

Commit

Permalink
refactor: implemented new website UI
Browse files Browse the repository at this point in the history
  • Loading branch information
mde3 committed Dec 3, 2024
1 parent b227ce1 commit 41aa970
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/website/src/app/partners/couriers/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Input, PartnerTitle, Select } from "@/components/shared";
import { HiOutlineArrowUpRight } from "react-icons/hi2";

export const metadata = {
title: "Partners - Sahil App",
Expand Down Expand Up @@ -47,9 +48,7 @@ export default function CouriersPage() {
>
Submit
<span className="relative group flex justify-center items-center rounded-full">
<svg className="group-hover:rotate-45 transition" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24">
<path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m4.5 19.5l15-15m0 0H8.25m11.25 0v11.25"/>
</svg>
<HiOutlineArrowUpRight className="group-hover:rotate-45 transition" />
</span>
</button>
</div>
Expand Down

0 comments on commit 41aa970

Please sign in to comment.