Skip to content

Commit

Permalink
chore: remove back button from settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
edis committed Apr 15, 2024
1 parent da1860d commit 4d80c96
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions packages/dapp/src/components/SettingsCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,15 +192,7 @@ const SettingsCard = () => {

return (
<div className="p-6">
<div className="flex w-full h-full justify-between">
<Link href="/app" className="flex items-center">
<button
type="button"
className="animated-transition dark:text-navy-blue-50 dark:hover:bg-navy-blue-700 rounded-full text-gray-800 hover:bg-pink-100 hover:text-pink-700"
>
<ArrowLeftIcon className="h-6 w-6" />
</button>
</Link>
<div className="flex w-full h-full justify-end items-center">
<div className="text-h3 dark:text-navy-blue-50 font-semibold text-gray-800">
{t('title')}
</div>
Expand Down

0 comments on commit 4d80c96

Please sign in to comment.