Skip to content

Commit

Permalink
Merge branch 'registry' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobinstein committed Jan 7, 2025
2 parents 0787180 + a0060f6 commit 729a98b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { HeroPattern } from '@/components/HeroPattern'

export const metadata = {
title: 'accessControlList',
title: 'ANTRegistry.accessControlList',
description:
'Receives a list of ANTs owned or controlled by a specific wallet',
openGraph: {
title: 'ANTRegistry',
title: 'ANTRegistry.accessControlList',
},
}

Expand Down
4 changes: 2 additions & 2 deletions src/app/build/ar-io-sdk/ant-registry/register/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { HeroPattern } from '@/components/HeroPattern'
import { CodeGroup } from '@/components/Code'

export const metadata = {
title: 'register',
title: 'ANTRegistry.register',
description: 'Registers a new ANT with the ANTRegistry',
openGraph: {
title: 'register',
title: 'ANTRegistry.register',
},
}

Expand Down

0 comments on commit 729a98b

Please sign in to comment.