Browse Source

fix order (#345)

MarkSackerberg 7 tháng trước cách đây
mục cha
commit
b6068277c0
1 tập tin đã thay đổi với 7 bổ sung7 xóa
  1. 7 7
      src/components/products/aura/index.js

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

@@ -1,6 +1,6 @@
-import { documentationSection } from '@/shared/sections'
-import { SparklesIcon } from '@heroicons/react/24/outline'
-import { Hero } from './Hero'
+import { documentationSection } from '@/shared/sections';
+import { SparklesIcon } from '@heroicons/react/24/outline';
+import { Hero } from './Hero';
 
 export const aura = {
   name: 'Aura',
@@ -62,14 +62,14 @@ export const aura = {
               title: 'Get Asset',
               href: '/aura/api/v1/das/get-asset',
             },
-            {
-              title: 'Get Asset Proof',
-              href: '/aura/api/v1/das/get-asset-proof',
-            },
             {
               title: 'Get Asset Batch',
               href: '/aura/api/v1/das/get-asset-batch',
             },
+            {
+              title: 'Get Asset Proof',
+              href: '/aura/api/v1/das/get-asset-proof',
+            },
             {
               title: 'Get Asset Proof Batch',
               href: '/aura/api/v1/das/get-asset-proof-batch',