Skip to content

Commit

Permalink
Refactor SkipButton usage in App.tsx and main.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-vahn committed Apr 30, 2024
1 parent a6d56ea commit aefc967
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ function App() {
<div className="flex justify-between">
<BackButton goBack={goBack} />
{account && <SkipButton skip={skip} />}
<SkipButton skip={skip} />
</div>
<Avatar src={avatarPhone} height="60%" />
<div className="flex flex-col bg-white pt-4 px-8 pb-8 gap-4 rounded-t-3xl rounded-b-xl shadow-custom-white">
Expand Down Expand Up @@ -251,9 +250,8 @@ function App() {
<div>
<div className="components-container">
<BackButton goBack={goBack} />
<SkipButton skip={skip} />
<Avatar src={avatarTable} height="60%" />
<div className="flex flex-col bg-white pt-4 px-8 pb-8 h-2/4 gap-2 rounded-t-3xl rounded-b-xl shadow-custom-white">
<div className="flex flex-col bg-white pt-4 px-8 pb-8 min-h-fit gap-2 rounded-t-3xl rounded-b-xl shadow-custom-white">
<h2 className="headline">HORRAY!</h2>
<div className="text-sm font-semibold text-center text-customGrayAddress">
<p>{account}</p>
Expand Down

0 comments on commit aefc967

Please sign in to comment.