We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 850a9cf commit e41e714Copy full SHA for e41e714
bustub/index.html
@@ -129,7 +129,7 @@
129
greetings: `[[@;;;;bustub.svg]]`,
130
prompt: () => line.length == 0 ? "[[b;;]bustub> ]" : "[[b;;]... ]"
131
})
132
- term.echo(`<hr><h1>Live Database Shell</h1>`, { raw: true })
+ term.echo(`<hr><h1>Interactive Database Shell</h1>`, { raw: true })
133
134
term.echo(`
135
[[b;;]Solution Version:] ${BUSTUB_PRIVATE_VERSION_VAR} • [[b;;]BusTub Version:] ${BUSTUB_PUBLIC_VERSION_VAR} • [[b;;]Built Date:] ${BUSTUB_BUILD_TIME_VAR}
0 commit comments