You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AspireAcademy.Web/src/pages/HomePage.tsx
+20-18Lines changed: 20 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -518,7 +518,7 @@ export default function HomePage() {
518
518
{
519
519
icon: '▶️',
520
520
title: 'Start everything with one command',
521
-
desc: '\u003Ccode\u003Easpire run\u003C/code\u003E starts containers, waits for health checks, injects connection strings, and opens a dashboard. New developer? Clone, run, done.',
521
+
desc: 'aspire run starts containers, waits for health checks, injects connection strings, and opens a dashboard. New developer? Clone, run, done.',
522
522
linkLabel: 'See how → Gallery',
523
523
linkTo: '/gallery',
524
524
accent: '#FBBF24',
@@ -548,32 +548,36 @@ export default function HomePage() {
0 commit comments