diff --git a/components/Content/Classify/AnomalyPostFormCard.tsx b/components/Content/Classify/AnomalyPostFormCard.tsx index f76eab6c..cf0ed53e 100644 --- a/components/Content/Classify/AnomalyPostFormCard.tsx +++ b/components/Content/Classify/AnomalyPostFormCard.tsx @@ -6,7 +6,7 @@ import { ClimbingBoxLoader } from "react-spinners"; export default function PostFormCardAnomalyTag({ onPost, planetId }) { const supabase = useSupabaseClient(); const session = useSession(); - + const [content, setContent] = useState(''); const profile = session?.user?.id; const [avatar_url, setAvatarUrl] = useState(null); diff --git a/components/_Core/Section/BentoBox.tsx b/components/_Core/Section/BentoBox.tsx index 5c10e0aa..287f7764 100644 --- a/components/_Core/Section/BentoBox.tsx +++ b/components/_Core/Section/BentoBox.tsx @@ -87,6 +87,6 @@ const items = [ ), icon: RocketIcon, header: , - className: "md:col-span-1", + className: "md:col-span-2 h-[150%]" }, ]; \ No newline at end of file diff --git a/components/_Skeleton/InventoryBlocks.tsx b/components/_Skeleton/InventoryBlocks.tsx index c8796d57..c6870127 100644 --- a/components/_Skeleton/InventoryBlocks.tsx +++ b/components/_Skeleton/InventoryBlocks.tsx @@ -1,5 +1,5 @@ import { useSession, useSupabaseClient } from "@supabase/auth-helpers-react"; -import OwnedItemsList, { ItemsVerticalList } from "../Content/Inventory/UserOwnedItems"; +import OwnedItemsList, { ItemsVerticalList, SectorStructureOwned } from "../Content/Inventory/UserOwnedItems"; import { useEffect, useState } from "react"; const SectorStructureOwnedAllSectorsOneUser: React.FC<{}> = () => { @@ -94,7 +94,7 @@ export const InventoryTwoList = () => { export const OwnedStructuresFullList = () => { return ( - // - + + // ); }; \ No newline at end of file