Skip to content

Commit 9b3e7f3

Browse files
committed
fix(build):fixed the ' error in build
1 parent 102aee9 commit 9b3e7f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/explorer/[...slug].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export default function ExplorerPage({ params, directories, pdfs }: ExplorerPage
194194
</div>
195195
<h3 className="text-lg font-medium text-gray-700 mb-1">Empty Folder</h3>
196196
<p className="text-gray-500 max-w-md mx-auto">
197-
This directory doesn't contain any folders or PDF files yet.
197+
This directory doesnt contain any folders or PDF files yet.
198198
</p>
199199
</div>
200200
)}

0 commit comments

Comments
 (0)