Skip to content

Commit

Permalink
some minor changes regarding the alert
Browse files Browse the repository at this point in the history
  • Loading branch information
benhur committed Aug 22, 2024
1 parent 44894e7 commit daed6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/CheckInFlag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const CheckInFlag = () => {
className={`${isCheckedIn ? "bg-green-600" : "bg-red-500 mr-3"} ${isConnected ? "" : "hidden"} px-3 py-2 sm:py-1.5 rounded-full shadow-xl font-semibold text-sm `}
onClick={() =>
isCheckedIn
? alert(`You have checkedIn using the above contract ${isCheckedIn}`)
? alert(`You have checkedIn using the contract shown below ${isCheckedIn}`)
: window.open("https://github.com/BuidlGuidl/batch8.buidlguidl.com/issues/10", "_blank")
}
>
Expand Down

0 comments on commit daed6ee

Please sign in to comment.