Skip to content

Commit

Permalink
delete: gallery 페이지 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellol77 committed Feb 21, 2024
1 parent 5c3d1d9 commit e04f9c8
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 60 deletions.
Binary file removed frontend/public/photo/gallery/gallery1.png
Binary file not shown.
Binary file removed frontend/public/photo/gallery/gallery10.png
Binary file not shown.
Binary file removed frontend/public/photo/gallery/gallery11.png
Binary file not shown.
Binary file removed frontend/public/photo/gallery/gallery12.png
Binary file not shown.
Binary file removed frontend/public/photo/gallery/gallery2.png
Binary file not shown.
Binary file removed frontend/public/photo/gallery/gallery3.png
Binary file not shown.
Binary file removed frontend/public/photo/gallery/gallery4.png
Binary file not shown.
Binary file removed frontend/public/photo/gallery/gallery5.png
Binary file not shown.
Binary file removed frontend/public/photo/gallery/gallery6.png
Binary file not shown.
Binary file removed frontend/public/photo/gallery/gallery7.png
Binary file not shown.
Binary file removed frontend/public/photo/gallery/gallery8.png
Binary file not shown.
Binary file removed frontend/public/photo/gallery/gallery9.png
Binary file not shown.
50 changes: 0 additions & 50 deletions frontend/src/app/gallery/page.tsx

This file was deleted.

4 changes: 0 additions & 4 deletions frontend/src/components/common/grid/InfiniteBoardGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ export default function InfiniteBoardGrid({
</>
)}
</BoardGridContainer>

{/* <div ref={ref} className="my-8 flex h-4 w-full justify-center">
{isFetchingNextPage ? <BoardLoadingIcon className="h-8 w-8 text-black" /> : ""}
</div> */}
{useMemoBoardLoading}
</>
);
Expand Down
7 changes: 1 addition & 6 deletions frontend/src/constants/navigation.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
export const NAVIGATION_TITLE = [
{ title: "About" },
{ title: "Video" },
{ title: "Gallery" },
{ title: "Board" },
];
export const NAVIGATION_TITLE = [{ title: "About" }, { title: "Video" }, { title: "Board" }];

export const LOGIN_NAVIGATION_TITLE = [{ title: "Profile" }, { title: "Logout" }];

0 comments on commit e04f9c8

Please sign in to comment.