Skip to content

Commit

Permalink
improved ui for twap + limit
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhsinghcodes committed Oct 3, 2024
1 parent 2339e83 commit 65cadb7
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 4 deletions.
10 changes: 10 additions & 0 deletions public/dlimit-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/dtwap-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions public/liquidity-hub-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions src/trade/trade.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ export function Trade() {
<Swap />
</TabsContent>
<TabsContent value="twap">
<div className="w-full rounded-lg bg-gray-100 dark:bg-gray-800 p-4 mt-4">
dTwap by Orbs
<div className="w-full rounded-lg bg-gray-100 dark:bg-gray-800 p-4 mt-4 flex flex-col items-center justify-center">
<img src="/dex-playground/dtwap-logo.svg" className="w-32 h-32" />
<div>Coming soon</div>
</div>
</TabsContent>
<TabsContent value="limit">
<div className="w-full rounded-lg bg-gray-100 dark:bg-gray-800 p-4 mt-4">
dLimit by Orbs
<div className="w-full rounded-lg bg-gray-100 dark:bg-gray-800 p-4 mt-4 flex flex-col items-center justify-center">
<img src="/dex-playground/dlimit-logo.svg" className="w-32 h-32" />
<div>Coming soon</div>
</div>
</TabsContent>
</Tabs>
Expand Down

0 comments on commit 65cadb7

Please sign in to comment.