-
@@ -83,9 +72,7 @@ export const GoldStarPanel: React.FC = () => {
: 'Please connect your wallet and create a profile'}
{user.loggedIn && progress < 100 && (
-
- Learn More
-
+
Learn More
)}
diff --git a/src/ui/design-system/src/lib/Pages/HomePage/HeroSection.tsx b/src/ui/design-system/src/lib/Pages/HomePage/HeroSection.tsx
index 0f104d87cb..68dbb89d86 100644
--- a/src/ui/design-system/src/lib/Pages/HomePage/HeroSection.tsx
+++ b/src/ui/design-system/src/lib/Pages/HomePage/HeroSection.tsx
@@ -101,4 +101,4 @@ const HeroSection: React.FC = () => {
);
};
-export default HeroSection;
\ No newline at end of file
+export default HeroSection;
diff --git a/src/ui/design-system/src/lib/Pages/HomePage/index.tsx b/src/ui/design-system/src/lib/Pages/HomePage/index.tsx
index fde319eaba..b2282be3ce 100644
--- a/src/ui/design-system/src/lib/Pages/HomePage/index.tsx
+++ b/src/ui/design-system/src/lib/Pages/HomePage/index.tsx
@@ -6,6 +6,8 @@ import HeroSection from './HeroSection';
import FeatureSection from './FeatureSection';
import BrowseByCategory from './BrowseByCategory';
import QuickStartShowcase from './QuickStartShowcase';
+// import { ContentFeatureList } from '../../Components/ContentFeatureList';
+// import { HomeHeader } from '../../Components/HomeHeader';
export type HomePageProps = {};