Skip to content

Commit

Permalink
Merge branch 'main' into fix/rodrigo_changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mfortman11 authored Nov 15, 2024
2 parents fed4a83 + 88c0596 commit bd76659
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/frontend/src/pages/MainPage/pages/emptyFolder/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export const EmptyFolder = ({ setOpenModal }: EmptyFolderProps) => {
const folders = useFolderStore((state) => state.folders);

return (
<div className="m-0 h-full w-full bg-secondary p-0">
<div className="container absolute top-1/2 flex w-full -translate-y-1/2 flex-col items-center justify-center gap-2">
<div className="m-0 flex w-full justify-center">
<div className="absolute top-1/2 flex w-full -translate-y-1/2 flex-col items-center justify-center gap-2">
<h3
className="pt-5 font-chivo text-2xl font-semibold"
data-testid="mainpage_title"
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/src/pages/MainPage/pages/homePage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const HomePage = ({ type }) => {

{/* mt-10 to mt-8 for Datastax LF */}
<div className="flex flex-1 flex-col justify-start px-5 pt-10">
<div className="flex flex-col justify-start">
<div className="flex h-full flex-col justify-start">
<HeaderComponent
folderName={folderName}
flowType={flowType}
Expand Down

0 comments on commit bd76659

Please sign in to comment.