Skip to content

Commit

Permalink
Updated labels to say HawkFi
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekLad committed Oct 8, 2024
1 parent bb0901d commit 3b30f3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/summary/filter/hawksight.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const HawksightDropdown = (props: {
<div className="my-4 mr-4">
<Dropdown shouldBlockScroll={false}>
<DropdownTrigger>
<Button className="lg:w-2/3">Hawksight</Button>
<Button className="lg:w-2/3">HawkFi</Button>
</DropdownTrigger>
<DropdownMenu
closeOnSelect={false}
Expand All @@ -38,13 +38,13 @@ export const HawksightDropdown = (props: {
}
>
<DropdownItem key="include" textValue="include">
Include
Include HawkFi Positions
</DropdownItem>
<DropdownItem key="exclude" textValue="exclude">
Exclude
Exclude HawkFi Positions
</DropdownItem>
<DropdownItem key="hawksightOnly" textValue="hawksightOnly">
Hawksight Only
HawkFi Positions Only
</DropdownItem>
</DropdownMenu>
</Dropdown>
Expand Down

0 comments on commit 3b30f3d

Please sign in to comment.