Browse Source

fix popover menu

MarkSackerberg 1 năm trước cách đây
mục cha
commit
7230eb9cbf

+ 1 - 1
src/components/products/SwitcherPopover.jsx

@@ -21,7 +21,7 @@ export function SwitcherPopover({ children, menuItem, ...props }) {
               className="m-auto w-full max-w-[600px]  overflow-hidden  rounded-lg bg-white p-4 shadow-xl ring-1 ring-black ring-opacity-5 dark:border dark:border-slate-600 dark:bg-neutral-900"
             >
               <Grid
-                className="relative md:grid-flow-row md:grid-cols-4"
+                className="relative md:grid-flow-row md:grid-cols-2"
                 onClick={close}
                 menuItem={menuItem}
               />

+ 1 - 0
src/components/products/legacyDocumentation/index.js

@@ -12,6 +12,7 @@ export const legacyDocumentation = {
   headline: 'Products from our old docs',
   description: 'A collection of documentation of older Programs and Tools which might not be used anymore or deprecated. Migrated from our old docs for documentation for completeness.',
   path: 'legacy-documentation',
+  navigationMenuCatergory: 'Dev Tools',
   logo: Logo,
   github: '',
   className: 'accent-green',