Skip to content

Commit

Permalink
random quote was causing tests to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
cadencorontzos committed May 3, 2023
1 parent 0ba6e88 commit d7e23d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default function Files() {
<thead><tr>
<th></th>
<th></th>
<th className={styles.nameRow}> Name</th>
<th className={styles.nameRow}>Name</th>
<th className={styles.dateRow}>Created</th>
<th className={styles.dateRow}>Modified</th>
</tr></thead>
Expand All @@ -172,7 +172,7 @@ export default function Files() {
</Head>
<main className={styles.filesMain}>
<h2>RemoteText Files</h2>
<h3>Click a filename to view that file's history</h3>
<h3>Click a filename to view the file history</h3>
<div>
<button id="createFileButton" className={styles.createFileButton} onClick={showCreateFile}>Create New File</button>
<button id="uploadFileButton" className={styles.createFileButton} onClick={() => document.getElementById("uploadFileInput").click()}>Upload File</button>
Expand Down

0 comments on commit d7e23d6

Please sign in to comment.