Skip to content

Commit 7141c23

Browse files
committed
Terminal fix
1 parent a3c2a29 commit 7141c23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/LandingPage/Terminal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default function Terminal() {
7070
<span className={styles.timestamp}>{timestamp}</span>{' '}
7171
<span className={`${styles.logLevel} ${styles.logInfo}`}>INFO</span>{' '}
7272
<span className={styles.logChannel}>http</span>{' › '}
73-
<span>Listening on http://0.0.0.0:8080/</span>
73+
<span>Listening on http://127.0.0.1:8080/</span>
7474
</div>
7575
<div><span className={styles.cursor} aria-hidden="true" /></div>
7676
</div>

0 commit comments

Comments
 (0)