diff --git a/package-lock.json b/package-lock.json index 5cbfbcd5..e1cf2acc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17122,9 +17122,9 @@ } }, "node_modules/supabase": { - "version": "1.207.9", - "resolved": "https://registry.npmjs.org/supabase/-/supabase-1.207.9.tgz", - "integrity": "sha512-BJPwsAd2UBIpQawcQV3/xKHEZ8YrrkHYpgibxCZbG+RuxuhTtkHG7zR4I3LylIIEwcKp3hmDKu/hO1m2NT5RXA==", + "version": "1.223.10", + "resolved": "https://registry.npmjs.org/supabase/-/supabase-1.223.10.tgz", + "integrity": "sha512-a5Wi562n0eiV3w359qiCjewyVad688Z3+JHdvLybdlITrwvNIcR6QYqRR6EzjKY5V/sNCqC+5sNf40wDYAYcHg==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/src/components/common/MobileProfileBtn.tsx b/src/components/common/MobileProfileBtn.tsx index d96fcac4..d1e037d3 100644 --- a/src/components/common/MobileProfileBtn.tsx +++ b/src/components/common/MobileProfileBtn.tsx @@ -111,7 +111,13 @@ export const MobileProfileBtn = () => { > {renderWhenUser()}
- {t("buttons.faq")} + + {t("buttons.faq")} +
diff --git a/src/components/common/ProfileBtn.tsx b/src/components/common/ProfileBtn.tsx index 7b959dcc..f3ddbe6a 100644 --- a/src/components/common/ProfileBtn.tsx +++ b/src/components/common/ProfileBtn.tsx @@ -111,7 +111,13 @@ export const ProfileBtn = () => { > {renderWhenUser()}
diff --git a/src/components/common/notices/Banner.tsx b/src/components/common/notices/Banner.tsx index 3ebacef0..ded87817 100644 --- a/src/components/common/notices/Banner.tsx +++ b/src/components/common/notices/Banner.tsx @@ -89,7 +89,7 @@ const Banner: Component = (props) => { target="_blank" >
-
+
{props.content}
- ))} - -
- -
- } heading={"Save To"} buttonId={`addFavoriteBtn ${props.id}`} buttonClass="absolute right-0 top-0 z-30" @@ -315,7 +273,52 @@ export const FavoriteButton: Component = (props) => { } headingLevel={6} - > + > +
+
+ 0 && + !loading() + } + > + {favoritesLists().map((list) => ( + + ))} + +
+ +
+