Skip to content

Commit

Permalink
Show footer in new screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Pabl0cks committed Mar 29, 2024
1 parent 3345c3c commit c884c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ const Home: NextPage = () => {
</div>
))}
</div>
{activeTab === TabName.verifiedContract && <MiniFooter />}
<MiniFooter />
</div>
</div>
</>
Expand Down

0 comments on commit c884c0c

Please sign in to comment.