Fehler Melden Knopf hinzugefügt
This commit is contained in:
16
apps/dispatch/app/_components/left/BugReport.tsx
Normal file
16
apps/dispatch/app/_components/left/BugReport.tsx
Normal file
@@ -0,0 +1,16 @@
|
||||
import { Bug } from "lucide-react";
|
||||
|
||||
export const BugReport = () => {
|
||||
return (
|
||||
<div className="indicator">
|
||||
<a
|
||||
className="btn btn-soft btn-sm btn-warning tooltip tooltip-right"
|
||||
data-tip="Fehler Melden"
|
||||
href="https://discord.com/channels/1077269395019141140/1395892524404576367"
|
||||
target="_blank"
|
||||
>
|
||||
<Bug className="w-4 h-4" />
|
||||
</a>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user