Skip to content

Commit d079baf

Browse files
committed
undo
1 parent 0b52dc7 commit d079baf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webview-ui/src/components/kilocode/common/KiloCodeAuth.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const KiloCodeAuth: React.FC<KiloCodeAuthProps> = ({ onManualConfigClick, classN
1919
return (
2020
<div className={`flex flex-col items-center ${className}`}>
2121
<Logo />
22+
2223
<h2 className="m-0 p-0 mb-4">{t("kilocode:welcome.greeting")}</h2>
2324
<p className="text-center mb-2">{t("kilocode:welcome.introText1")}</p>
2425
<p className="text-center mb-2">{t("kilocode:welcome.introText2")}</p>

0 commit comments

Comments
 (0)