Replacing <sup> tag with badge

This commit is contained in:
Ashlee Boyer 2022-08-16 19:11:55 -04:00
parent 89a70c61f5
commit 1f168f6a47
1 changed files with 6 additions and 1 deletions

View File

@ -757,7 +757,12 @@
] ]
}, },
{ {
"title": "AWS Lambda <sup>BETA</sup>", "title": "AWS Lambda",
"badge": {
"text": "BETA",
"type": "outlined",
"color": "neutral"
},
"routes": [ "routes": [
{ {
"title": "Overview", "title": "Overview",