Skip to content

Commit

Permalink
Go touch some grass easter egg.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbroman committed Apr 4, 2023
1 parent 180afe1 commit 59fa1dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions onboarding/src/pages/booting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export default function Booting() {

if (logs.length === 1) {
setLogs((logs) => [...logs, `${patp} will be ready in a few minutes.`]);
} else if (logs.length === 2) {
setLogs((logs) => [...logs, 'Go touch some grass.']);
}

const shipCode = ship.code;
Expand Down

0 comments on commit 59fa1dd

Please sign in to comment.