Skip to content

Commit

Permalink
Remove Feedback Buttons Component
Browse files Browse the repository at this point in the history
This commit removes the FeedbackButtons component from the codebase as requested.
[skip gpt_engineer]
  • Loading branch information
lovable-dev[bot] committed Dec 30, 2024
1 parent ba38816 commit da1a47e
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions src/pages/Index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,22 +146,7 @@ const Index = () => {
<div className="h-16 flex items-center px-6 gap-2">
<img src="/favicon.svg" alt="PedagoIA Logo" className="w-8 h-8" />
<h1 className="text-xl font-semibold text-gray-900 dark:text-gray-100">PedagoIA</h1>
<div className="ml-auto flex gap-2">
<Button
variant="outline"
size="sm"
onClick={handleTestEmail}
>
<Mail className="h-4 w-4 mr-2" />
Tester Email
</Button>
<Button
variant="outline"
size="sm"
onClick={handleTestConnection}
>
Tester Supabase
</Button>
<div className="ml-auto">
</div>
</div>
</nav>
Expand Down

0 comments on commit da1a47e

Please sign in to comment.