diff --git a/components/molecules/InfoCard/info-card.tsx b/components/molecules/InfoCard/info-card.tsx
index 47603fe66d..35f51c3ceb 100644
--- a/components/molecules/InfoCard/info-card.tsx
+++ b/components/molecules/InfoCard/info-card.tsx
@@ -10,7 +10,7 @@ export interface FavoriteRepoCardProps {
const InfoCard = ({ icon, title, description, handleClick }: FavoriteRepoCardProps): JSX.Element => {
return (
-
+
{/* Avatar */}
{icon === "github" &&
}
{icon === "globe" &&
}
diff --git a/pages/hub/lists/new.tsx b/pages/hub/lists/new.tsx
index f34baf9b13..6012c47a0c 100644
--- a/pages/hub/lists/new.tsx
+++ b/pages/hub/lists/new.tsx
@@ -144,27 +144,25 @@ const CreateListPage = () => {
};
return (
-
-
-
-
+
+
+
+
Create New List
-
- A list is a collection of contributors that you and your team can get insights for.
-
+ A list is a collection of contributors that you and your team can get insights for.
-
-
+
+
List Name
-
-
+
+
Page Visibility
@@ -175,7 +173,7 @@ const CreateListPage = () => {
- Make Public
+ Make Public
{
-
-
+
+
Add Contributors
@@ -219,10 +217,6 @@ const CreateListPage = () => {
-
-
setIsModalOpen(false)}