Browse Source

moved Aura from top level navigation to Dev Tools category

tonyboylehub 7 months ago
parent
commit
4bcd347a94

+ 2 - 2
src/components/MobileNavigation.jsx

@@ -105,12 +105,12 @@ export function MobileNavigation({ page }) {
           >
             <ComputerDesktopIcon height={20} /> Programs and Tools
           </Link>
-          <Link
+          {/* <Link
             href="/aura"
             className="mt-4 flex items-center gap-2 text-slate-900 dark:text-white"
           >
             <SparklesIcon height={20} /> Aura
-          </Link>
+          </Link> */}
 
           <Link
             href="/guides"

+ 1 - 1
src/components/products/aura/index.js

@@ -7,7 +7,7 @@ export const aura = {
   headline: 'Indexing and Data Availability Network',
   description:
     'A data network that extends Solana and the Solana Virtual Machine (SVM)',
-  navigationMenuCatergory: 'Aura',
+  navigationMenuCatergory: 'Dev Tools',
   path: 'aura',
   icon: <SparklesIcon />,
   github: 'https://github.com/metaplex-foundation/aura/',

+ 5 - 1
src/components/products/index.js

@@ -17,7 +17,11 @@ import { tokenAuthRules } from './tokenAuthRules';
 import { tokenMetadata } from './tokenMetadata';
 import { umi } from './umi';
 
-export const productCategories = ['Aura', 'MPL', 'Dev Tools']
+export const productCategories = [
+  // 'Aura', 
+  'MPL', 
+  'Dev Tools'
+]
 
 export const products = [
   global,