import { useLocale } from "../../../../hooks"; import { Button } from "../../../atoms/button"; import { Icon } from "../../../atoms/icon"; export function ManageOrUpgradeDialogCollections({ setShow }) { const locale = useLocale(); return (

You've reached the limit of articles you can save!

Manage your collection or upgrade to MDN Plus to unlock unlimited saves

); }