Added in Logo's and worked on Avatars and Chats

This commit is contained in:
Ace
2026-06-17 16:26:32 +02:00
parent 4898bf7142
commit d6d784cef3
19 changed files with 1135 additions and 35 deletions
@@ -5,6 +5,7 @@ import { Input } from "@/components/ui/input"
import { Label } from "@/components/ui/label"
import { Button } from "@/components/ui/button"
import { COMPANY_NAME } from "@/lib/constants"
import { toast } from "sonner"
export function CompanySettingsForm() {
return (
@@ -39,7 +40,7 @@ export function CompanySettingsForm() {
</div>
</div>
<div className="flex justify-end pt-4">
<Button>Save Changes</Button>
<Button onClick={() => toast.success("Company settings saved")}>Save Changes</Button>
</div>
</CardContent>
</Card>