🎨 style(MainPage): add whitespace to button className
The whitespace was added to the button className to improve readability and consistency with the rest of the code.
This commit is contained in:
parent
a95d7d7f6a
commit
445f4013c1
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ export default function HomePage() {
|
|||
<Button
|
||||
asChild
|
||||
variant="outline"
|
||||
className="text-gray-600 dark:text-gray-300"
|
||||
className="text-gray-600 dark:text-gray-300 "
|
||||
>
|
||||
<a
|
||||
href="https://github.com/logspace-ai/langflow"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue