Update src/pages/index.js
Browse files- src/pages/index.js +1 -1
src/pages/index.js
CHANGED
|
@@ -128,9 +128,9 @@ export default function Home() {
|
|
| 128 |
const isImagePreview = previewUrl && /\.(png|jpe?g|gif|webp|svg)$/i.test(previewUrl);
|
| 129 |
|
| 130 |
return (
|
| 131 |
-
<title>tanzanite file dump</title>
|
| 132 |
<main style={styles.container}>
|
| 133 |
<div style={styles.card}>
|
|
|
|
| 134 |
<h1>Upload file</h1>
|
| 135 |
<p>Unggah file dengan jumlah tak terbatas..</p>
|
| 136 |
<p style={styles.limitNote}>Batas maksimal unggahan: 100 MB.</p>
|
|
|
|
| 128 |
const isImagePreview = previewUrl && /\.(png|jpe?g|gif|webp|svg)$/i.test(previewUrl);
|
| 129 |
|
| 130 |
return (
|
|
|
|
| 131 |
<main style={styles.container}>
|
| 132 |
<div style={styles.card}>
|
| 133 |
+
<title>"tanzanite file dump"</title>
|
| 134 |
<h1>Upload file</h1>
|
| 135 |
<p>Unggah file dengan jumlah tak terbatas..</p>
|
| 136 |
<p style={styles.limitNote}>Batas maksimal unggahan: 100 MB.</p>
|