@rango-dev/widget-embedded 0.23.1-next.30 → 0.23.1-next.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/widget-embedded",
3
- "version": "0.23.1-next.30",
3
+ "version": "0.23.1-next.31",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/index.ts",
@@ -199,7 +199,7 @@ export function SettingsLists() {
199
199
  {currentLanguage}
200
200
  </Typography>
201
201
  <Divider direction="horizontal" size={8} />
202
- <ChevronRightIcon color="gray" />,
202
+ <ChevronRightIcon color="gray" />
203
203
  </>
204
204
  ),
205
205
  onClick: () => navigate(navigationRoutes.languages),