docs: fix badges and tables not showing in code tabs (#12261)

This commit is contained in:
Shahed Nasser
2025-04-23 09:59:08 +03:00
committed by GitHub
parent dcb4788af9
commit 39523ba798
5 changed files with 53 additions and 42 deletions
@@ -1006,13 +1006,13 @@ To test out the loyalty points flow, you'll use the [Next.js Starter Storefront]
So, run the following command in the Medusa application's directory to start the Medusa server:
```bash title="Medusa Application"
```bash npm2yarn badgeLabel="Medusa Application" badgeColor="green"
npm run dev
```
Then, run the following command in the Next.js Starter Storefront's directory to start the Next.js server:
```bash title="Next.js Starter Storefront"
```bash npm2yarn badgeLabel="Storefront" badgeColor="blue"
npm run dev
```