feat: add stop session button and update walkthrough

This commit is contained in:
2025-12-18 17:20:49 +01:00
parent ca1621e765
commit 869c8fe9c5
2 changed files with 10 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
import React from 'react';
import { useSession } from '@/context/SessionContext';
import { GlassWater, X, ArrowRight, Sparkles } from 'lucide-react';
import { GlassWater, Square, ArrowRight, Sparkles } from 'lucide-react';
import Link from 'next/link';
import { useI18n } from '@/i18n/I18nContext';
@@ -34,7 +34,7 @@ export default function ActiveSessionBanner() {
className="ml-4 p-2 hover:bg-white/10 rounded-full transition-colors"
title="End Session"
>
<X size={20} />
<Square size={20} fill="currentColor" />
</button>
</div>
</div>