Skip to content

Commit

Permalink
Fixing transparency issue on front home
Browse files Browse the repository at this point in the history
  • Loading branch information
édouard wautier authored and édouard wautier committed Nov 13, 2023
1 parent 9fdaac6 commit fe542c6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions front/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,7 @@ export default function Home({
</div>
<div className="flex-grow" />
<Button.List>
<div
style={{ opacity: 0 }}
className="invisibleFirst transition-all duration-500 ease-out"
>
<div className="invisibleFirst opacity-0 transition-all duration-500 ease-out">
<SignUpDropDownButton
onClickGoogle={() =>
signIn("google", {
Expand Down

0 comments on commit fe542c6

Please sign in to comment.