This commit is contained in:
PxlLoewe
2025-07-25 20:56:21 -07:00
parent f534bbc902
commit f8e9ad84b9
5 changed files with 9 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
import { useState } from "react";
import { Button, cn } from "@repo/shared-components";
import MDEditor from "@uiw/react-md-editor";
import { RefreshCw } from "lucide-react";
import { Check, RefreshCw } from "lucide-react";
import { Changelog } from "@repo/db";
export const ChangelogModal = ({
@@ -50,7 +50,8 @@ export const ChangelogModal = ({
<div className="modal-action">
<Button className="btn btn-info btn-outline" onClick={onClose}>
Weiter zum HUB
<Check size={20} />
gelesen
</Button>
</div>
</div>