Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed Dec 12, 2024
1 parent 61f2636 commit b2e532e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turborepo-ui/src/tui/pane.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ impl<'a, W> TerminalPane<'a, W> {
};

match self.section {
LayoutSections::Pane => build_message_vec(FOOTER_TEXT_ACTIVE),
LayoutSections::Pane => build_message_vec(EXIT_INTERACTIVE_HINT),
LayoutSections::TaskList => {
// Spaces are used to pad the footer text for aesthetics
build_message_vec(format!("{} {}", ENTER_INTERACTIVE_HINT, SCROLL_LOGS).as_str())
Expand Down

0 comments on commit b2e532e

Please sign in to comment.