We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade5503 commit 781435eCopy full SHA for 781435e
src/pages/index.js
@@ -64,7 +64,7 @@ export default function Home() {
64
</div>
65
66
<div>
67
- <h1>Files</h1>
+ <h1>Recent Uploads</h1>
68
<ul>
69
{files.map((file, index) => (
70
<li key={index}>{file.path}</li>
0 commit comments