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 ( -
-
-
- + <section className="flex flex-col justify-center w-full py-4 xl:flex-row xl:gap-20"> + <div className="flex flex-col"> + <div className="flex flex-col gap-4 pb-6 border-b border-light-slate-8"> + <Title className="text-2xl leading-none" level={1}> 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.
-
- + <div className="flex flex-col gap-4 pt-6 pb-16"> + <Title className="text-1xl leading-none" level={4}> List Name
-
- + <div className="flex flex-col gap-4 pb-16"> + <Title className="text-1xl leading-none" level={4}> Page Visibility @@ -175,7 +173,7 @@ const CreateListPage = () => {
- Make Public + Make Public {
-
- + <div className="flex flex-col gap-4 pb-6"> + <Title className="text-1xl leading-none" level={4}> Add Contributors @@ -219,10 +217,6 @@ const CreateListPage = () => {
-
-
-
- setIsModalOpen(false)}