Skip to content

Commit ebc5a67

Browse files
committed
modif guest to visitor during loading
1 parent b77a9ec commit ebc5a67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ Suivez-moi pour voir mes derniers projets et articles !`;
597597
}, 1000);
598598

599599
setTimeout(() => {
600-
terminal.echo('[[;#00ff00;]guest@portfolio:~$] welcome to my portfolio');
600+
terminal.echo('[[;#00ff00;]visitor@portfolio:~$] welcome to my portfolio');
601601
}, 1400);
602602

603603
setTimeout(() => {
@@ -728,7 +728,7 @@ Suivez-moi pour voir mes derniers projets et articles !`;
728728
}, 1000);
729729

730730
setTimeout(() => {
731-
term.echo('[[;#00ff00;]guest@portfolio:~$] welcome to my portfolio');
731+
term.echo('[[;#00ff00;]visitor@portfolio:~$] welcome to my portfolio');
732732
}, 1400);
733733

734734
setTimeout(() => {

0 commit comments

Comments
 (0)