Left align the welcome title (#8700)

This commit is contained in:
Matt Rubens 2025-10-17 09:40:34 -04:00 committed by GitHub
parent 4405f5a0b3
commit 49349e5661
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,7 +62,7 @@ const WelcomeView = () => {
<Tab>
<TabContent className="flex flex-col gap-4 p-6">
<RooHero />
<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>
<div className="text-base text-vscode-foreground py-2 px-2 mb-4">
<p className="mb-3 leading-relaxed">