Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron committed May 20, 2024
1 parent 270ef85 commit c44a3cb
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions versionedConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,12 @@ exports.buildPluginsConfig = [
{
label: 'v1.1-rc',
badges: ['Shimmer'],
bannerPath: path.resolve(
__dirname,
'banners/isc_staging.mdx',
),
bannerPath: path.resolve(__dirname, 'banners/isc_staging.mdx'),
},
{
label: 'v1.2-alpha',
badges: ['Testnet'],
bannerPath: path.resolve(
__dirname,
'banners/isc_upcoming.mdx',
),
bannerPath: path.resolve(__dirname, 'banners/isc_upcoming.mdx'),
},
],
},
Expand Down Expand Up @@ -169,18 +163,12 @@ exports.maintainPluginsConfig = [
{
label: 'v1.1-rc',
badges: ['Shimmer'],
bannerPath: path.resolve(
__dirname,
'banners/wasp_staging.mdx',
),
bannerPath: path.resolve(__dirname, 'banners/wasp_staging.mdx'),
},
{
label: 'v1.2-alpha',
badges: ['Testnet'],
bannerPath: path.resolve(
__dirname,
'banners/wasp_upcoming.mdx',
),
bannerPath: path.resolve(__dirname, 'banners/wasp_upcoming.mdx'),
},
],
},
Expand Down

0 comments on commit c44a3cb

Please sign in to comment.