change things

This commit is contained in:
rgrgogu
2026-08-09 17:33:21 +08:00
parent 08a0d122ea
commit 377a4d4b5e
62 changed files with 424 additions and 299 deletions
@@ -40,7 +40,7 @@ export default function ViewDocumentAsset() {
if (notFound) {
return (
<div className="flex flex-col items-center justify-center h-96 gap-3 text-muted-foreground">
<p>Asset not found.</p>
<p>File not found.</p>
<Button variant="outline" onClick={() => navigate("/admin/assets")}>Go Back</Button>
</div>
);