Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron committed Sep 3, 2024
1 parent f576004 commit 5fda87f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions config/versionedConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ exports.buildPluginsConfig = [
},
{
label: 'v1.3',
badges: ['IOTA', 'Shimmer', 'Testnet'],
badges: ['IOTA'],
},
{
label: 'v1.4',
badges: ['Shimmer', 'Testnet'],
},
],
},
Expand Down Expand Up @@ -158,7 +162,11 @@ exports.maintainPluginsConfig = [
},
{
label: 'v1.3',
badges: ['IOTA', 'Shimmer', 'Testnet'],
badges: ['IOTA'],
},
{
label: 'v1.4',
badges: ['Shimmer', 'Testnet'],
},
],
},
Expand Down

0 comments on commit 5fda87f

Please sign in to comment.