Those graphics look absolutely stunning!
Just two things I fixed.
You don't need to use <slot> elements outside the component itself. If there is only 1 slot, it is implicit.
Make sure you check the console for errors. There was a prop imageURL in the ConnectCard component that was required and still defined even though you stopped using it.
Those graphics look absolutely stunning! Just two things I fixed.
You don't need to use
<slot>
elements outside the component itself. If there is only 1 slot, it is implicit.Make sure you check the console for errors. There was a prop
imageURL
in the ConnectCard component that was required and still defined even though you stopped using it.