Skip to content

Commit

Permalink
feat: attach reset settings button component
Browse files Browse the repository at this point in the history
  • Loading branch information
grikomsn committed Nov 1, 2023
1 parent be79c3f commit 2f3532b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/SettingsDialog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { ArrowLeftIcon } from "@heroicons/react/20/solid";

import { useDisclosureKey } from "@/context/disclosures";

import { ResetButton } from "./ResetButton";
import { SlippageSetting } from "./SlippageSetting";

export const SettingsDialog = () => {
Expand All @@ -20,6 +21,8 @@ export const SettingsDialog = () => {
<ArrowLeftIcon className="w-6 h-6" />
</button>
<h3 className="font-bold text-xl">Swap Settings</h3>
<div className="flex-grow" />
<ResetButton />
</div>
<SlippageSetting />
<p className="p-2 text-sm text-neutral-500">
Expand Down

0 comments on commit 2f3532b

Please sign in to comment.