diff --git a/packages/nextjs/components/CheckInFlag.tsx b/packages/nextjs/components/CheckInFlag.tsx index 5ff272a..38b9e21 100644 --- a/packages/nextjs/components/CheckInFlag.tsx +++ b/packages/nextjs/components/CheckInFlag.tsx @@ -14,31 +14,33 @@ export const CheckInFlag = () => { }; return (
- +
-

You have successfully checked inπŸŽ‰

-

You have to yet check in 😌

+

You have successfully checked inπŸŽ‰

+

You have to yet check in 😌

-

You used the below contract to check in

-

{isCheckedIn}

+

You used the below contract to check in

+

{isCheckedIn}

-

Visit the github issue for the checkIn challenge

+

Visit the github issue for the checkIn challenge

-
-
- +
{/* Conditionally renders the batch member logo is they are in the allow list */}
- +
)} diff --git a/packages/nextjs/components/assets/BatchMemberLogo.tsx b/packages/nextjs/components/assets/BatchMemberLogo.tsx index 761e020..6ed77a8 100644 --- a/packages/nextjs/components/assets/BatchMemberLogo.tsx +++ b/packages/nextjs/components/assets/BatchMemberLogo.tsx @@ -1,21 +1,23 @@ -export const BatchMemberLogo = ({ className }: { className: string }) => { +export const BatchMemberLogo = ({ classNameWord, className }: { classNameWord: string; className: string }) => { return ( diff --git a/packages/nextjs/components/scaffold-eth/RainbowKitCustomConnectButton/WrongNetworkDropdown.tsx b/packages/nextjs/components/scaffold-eth/RainbowKitCustomConnectButton/WrongNetworkDropdown.tsx index f9f0fd8..98698d9 100644 --- a/packages/nextjs/components/scaffold-eth/RainbowKitCustomConnectButton/WrongNetworkDropdown.tsx +++ b/packages/nextjs/components/scaffold-eth/RainbowKitCustomConnectButton/WrongNetworkDropdown.tsx @@ -6,7 +6,7 @@ export const WrongNetworkDropdown = () => { const { disconnect } = useDisconnect(); return ( -
+