fix: typo "recieving" in logs placeholder (#6011)

This commit is contained in:
Bennett
2026-05-06 19:49:53 +02:00
committed by GitHub
parent 99ac6b87b1
commit f9c078d29d

View File

@@ -86,7 +86,7 @@ const EMPTY_STATE_BUBBLES: Record<string, string[]> = {
instance: [
' _____________________________________________________________',
' / Start your instance in the top right to start \\',
'| recieving live logs! |',
'| receiving live logs! |',
' \\_____________________________________________________________/',
],
}