Update playground format title (#8320)

Rename `Format (alpha)` to `Format (beta)`
This commit is contained in:
Dhruv Manilawala
2023-10-29 09:48:25 +05:30
committed by GitHub
parent f2f2e759c7
commit 4afff436ff

View File

@@ -20,7 +20,7 @@ export default function SecondarySideBar({
return (
<SideBar position="right">
<SideBarEntry
title="Format (alpha)"
title="Format (beta)"
position={"right"}
selected={selected === SecondaryTool.Format}
onClick={() => onSelected(SecondaryTool.Format)}