Skip to content

Commit

Permalink
feat(web): copywriting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrevanzak committed May 26, 2024
1 parent a82ff7f commit d098633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/(app)/@admin/documents/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default async function DocumentsPage() {

return (
<div className="flex flex-1 flex-col gap-4">
<h3 className="font-semibold">All Files</h3>
<h3 className="font-semibold">All Documents</h3>
<DropzoneContainer initialData={documents} />
</div>
);
Expand Down

0 comments on commit d098633

Please sign in to comment.