Skip to content

Commit

Permalink
style: brackets removed from html
Browse files Browse the repository at this point in the history
  • Loading branch information
tahaluh committed Dec 18, 2023
1 parent 6e3925e commit 13f1572
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ export default function Home() {

{selectedFile && (
<>
(
<div className="w-1/3 relative mx-auto mt-24">
<select
className="w-full bg-main-dark border-2 border-main-lighter rounded-3xl py-2 px-4 hover:bg-main-darker text-white focus:outline-none h-14"
Expand Down Expand Up @@ -190,7 +189,6 @@ export default function Home() {
</div>
</div>
)}
)
</>
)}
</div>
Expand Down

0 comments on commit 13f1572

Please sign in to comment.