Skip to content

Commit 04d04c7

Browse files
committed
change update warning position
1 parent 2f6400d commit 04d04c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/frontend/src/pages/FlowPage/components/UpdateAllComponents

src/frontend/src/pages/FlowPage/components/UpdateAllComponents/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export default function UpdateAllComponents() {
278278
return (
279279
<AnimatePresence mode="wait">
280280
{!shouldHide && (
281-
<div className="absolute bottom-2 left-1/2 z-50 w-[530px] -translate-x-1/2">
281+
<div className="absolute bottom-16 left-1/2 z-50 w-[530px] -translate-x-1/2">
282282
<motion.div
283283
initial="hidden"
284284
animate="visible"

0 commit comments

Comments
 (0)