Skip to content

Commit

Permalink
polishing ntf details page
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick1530 committed Sep 5, 2022
1 parent 3cadcee commit fb10086
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import React, { useState } from "react";
import {
VBookmark,
VEthereum,
Vflash,
VTransaction,
VFillHeart,
CrossVector,
VFlash,
} from "@components/modules/__modules__/_vectors";
import { Tab } from "@headlessui/react";

Expand Down Expand Up @@ -65,7 +65,7 @@ const ActivityFilters = () => {
: "flex justify-between items-center p-2 border dark:border-gray-500 rounded-md m-2"
}
>
<Vflash />
<VFlash />
<span className="px-2">Sales</span>
</Tab>
<Tab
Expand Down

0 comments on commit fb10086

Please sign in to comment.