From 5064ebf4d3585f2ab736371c0ac38d1e73dbd88f Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Mon, 26 May 2025 17:01:03 +0530 Subject: [PATCH] Update --- .../src/components/Collections/AllAlbums.tsx | 26 +++++++++---------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/web/apps/photos/src/components/Collections/AllAlbums.tsx b/web/apps/photos/src/components/Collections/AllAlbums.tsx index c9bcf6993f..4eaad44e91 100644 --- a/web/apps/photos/src/components/Collections/AllAlbums.tsx +++ b/web/apps/photos/src/components/Collections/AllAlbums.tsx @@ -20,7 +20,7 @@ import { } from "ente-new/photos/components/Tiles"; import type { CollectionSummary } from "ente-new/photos/services/collection/ui"; import { CollectionsSortBy } from "ente-new/photos/services/collection/ui"; -import { FlexWrapper, FluidContainer } from "ente-shared/components/Container"; +import { FlexWrapper } from "ente-shared/components/Container"; import { t } from "i18next"; import memoize from "memoize-one"; import React, { useEffect, useRef, useState } from "react"; @@ -104,8 +104,8 @@ const Title = ({ isInHiddenSection, }) => ( - - + + {isInHiddenSection @@ -123,18 +123,16 @@ const Title = ({ {t("albums_count", { count: collectionCount })} - - - - - - - + + + + + );