There was an error while loading. Please reload this page.
1 parent a3c2a29 commit 7141c23Copy full SHA for 7141c23
1 file changed
src/components/LandingPage/Terminal.js
@@ -70,7 +70,7 @@ export default function Terminal() {
70
<span className={styles.timestamp}>{timestamp}</span>{' '}
71
<span className={`${styles.logLevel} ${styles.logInfo}`}>INFO</span>{' '}
72
<span className={styles.logChannel}>http</span>{' › '}
73
- <span>Listening on http://0.0.0.0:8080/</span>
+ <span>Listening on http://127.0.0.1:8080/</span>
74
</div>
75
<div><span className={styles.cursor} aria-hidden="true" /></div>
76
0 commit comments