From b33d1c15ff8f04b018744a5d4fa60c68e3d4acf5 Mon Sep 17 00:00:00 2001 From: Muhammad Safi Date: Wed, 29 Jan 2025 22:47:37 -0800 Subject: [PATCH 1/2] - font family updated to use tailwind configured fonts. - removed yarn and mkdocs changes --- .../agptui/composite/HeroSection.tsx | 22 +++++++------------ 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/autogpt_platform/frontend/src/components/agptui/composite/HeroSection.tsx b/autogpt_platform/frontend/src/components/agptui/composite/HeroSection.tsx index e7b19e1ca7ec..2195c026f126 100644 --- a/autogpt_platform/frontend/src/components/agptui/composite/HeroSection.tsx +++ b/autogpt_platform/frontend/src/components/agptui/composite/HeroSection.tsx @@ -16,24 +16,24 @@ export const HeroSection: React.FC = () => { return (
-
+

- + Explore AI agents built for{" "} - + you
- + by the{" "} - + community

-

+

Bringing you AI agents designed by thinkers from around the world

@@ -42,13 +42,7 @@ export const HeroSection: React.FC = () => {
@@ -57,4 +51,4 @@ export const HeroSection: React.FC = () => {
); -}; +}; \ No newline at end of file From bfe6561e6a41a033628f4e8ed5c8b1f38fc6b697 Mon Sep 17 00:00:00 2001 From: Muhammad Safi Date: Thu, 30 Jan 2025 00:27:17 -0800 Subject: [PATCH 2/2] Fixed lints --- .../components/agptui/composite/HeroSection.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/autogpt_platform/frontend/src/components/agptui/composite/HeroSection.tsx b/autogpt_platform/frontend/src/components/agptui/composite/HeroSection.tsx index 2195c026f126..4b0fd384009e 100644 --- a/autogpt_platform/frontend/src/components/agptui/composite/HeroSection.tsx +++ b/autogpt_platform/frontend/src/components/agptui/composite/HeroSection.tsx @@ -16,7 +16,7 @@ export const HeroSection: React.FC = () => { return (
-
+

Explore AI agents built for{" "} @@ -33,7 +33,7 @@ export const HeroSection: React.FC = () => {

-

+

Bringing you AI agents designed by thinkers from around the world

@@ -42,7 +42,13 @@ export const HeroSection: React.FC = () => {
@@ -51,4 +57,4 @@ export const HeroSection: React.FC = () => {
); -}; \ No newline at end of file +};