Skip to content

Commit 7a8b034

Browse files
committed
Revert "Left align the welcome title (#8700)"
This reverts commit 49349e5.
1 parent f30caf2 commit 7a8b034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/welcome/WelcomeView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const WelcomeView = () => {
6262
<Tab>
6363
<TabContent className="flex flex-col gap-4 p-6">
6464
<RooHero />
65-
<h2 className="mt-0 mb-4 text-xl">{t("welcome:greeting")}</h2>
65+
<h2 className="mt-0 mb-4 text-xl text-center">{t("welcome:greeting")}</h2>
6666

6767
<div className="text-base text-vscode-foreground py-2 px-2 mb-4">
6868
<p className="mb-3 leading-relaxed">

0 commit comments

Comments
 (0)