We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 198a47e commit 95154e0Copy full SHA for 95154e0
1 file changed
src/pages/install/App.tsx
@@ -732,7 +732,7 @@ function App() {
732
<>
733
<Typography.Title heading={3}>{t("install_page_loading")}</Typography.Title>
734
<div className="downloading">
735
- <Typography.Text>{fetchingState.loadingStatus}</Typography.Text>
+ <Typography.Text style={{ fontFamily: "monospace" }}>{fetchingState.loadingStatus}</Typography.Text>
736
<div className="loader"></div>
737
</div>
738
</>
0 commit comments