We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4405f5a commit 03e0b20Copy full SHA for 03e0b20
webview-ui/src/components/welcome/WelcomeView.tsx
@@ -62,7 +62,7 @@ const WelcomeView = () => {
62
<Tab>
63
<TabContent className="flex flex-col gap-4 p-6">
64
<RooHero />
65
- <h2 className="mt-0 mb-4 text-xl text-center">{t("welcome:greeting")}</h2>
+ <h2 className="mt-0 mb-4 text-xl">{t("welcome:greeting")}</h2>
66
67
<div className="text-base text-vscode-foreground py-2 px-2 mb-4">
68
<p className="mb-3 leading-relaxed">
0 commit comments