mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Left align the welcome title (#8700)
This commit is contained in:
parent
4405f5a0b3
commit
49349e5661
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue