Skip to content

Commit

Permalink
fix: Update class name in PageComponent (langflow-ai#3842)
Browse files Browse the repository at this point in the history
* refactor: Update class name in PageComponent

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Cristhian Zanforlin Lousa <[email protected]>
  • Loading branch information
3 people authored and diogocabral committed Nov 26, 2024
1 parent cfd5ae9 commit db8e207
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ export default function Page({ view }: { view?: boolean }): JSX.Element {
},
);
}}
className="postion absolute -top-10 rounded-sm"
className="postion react-flow__controls absolute -top-10"
>
<ShadTooltip content="Add note">
<div>
Expand Down

0 comments on commit db8e207

Please sign in to comment.