Skip to content

Commit a308ee7

Browse files
committed
Updated code snippet syntax
1 parent 85f23e0 commit a308ee7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blazor/smart-ai-solutions/ai-samples/kanban/sentiment-analysis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ The Kanban sentiment analysis interface starts with a Progress Button labeled **
240240
- **Kanban Board:** Displays pizza orders grouped by Category (Menu, Order, Ready to Serve, Delivered). Each card shows pizza details and later displays sentiment emoji for delivered items.
241241

242242
{% tabs %}
243-
{% highlight %}
243+
{% highlight razor %}
244244

245245
<SfProgressButton Content="@Content" OnClick="@GetScore" EnableProgress="false">
246246
<ProgressButtonEvents OnBegin="Begin" OnEnd="End"></ProgressButtonEvents>
@@ -424,7 +424,7 @@ Once the AI response is processed and `ShowScore` is set to `true`, the Kanban b
424424
This is handled in the Kanban card template using conditional rendering:
425425

426426
{% tabs %}
427-
{% highlight %}
427+
{% highlight razor %}
428428

429429
if (card.Category == "Delivered" || card.Category == "Served")
430430
{

0 commit comments

Comments
 (0)