cookie bug fix and family dash style changes made #249
@@ -26,7 +26,8 @@ export default function FamilyMarketCard({ className, datas, hidden = false }) {
|
||||
className="w-full h-[236px] p-6 rounded-xl overflow-hidden"
|
||||
onClick={popUpHandler}
|
||||
style={{
|
||||
background: `url(${selectedImage}) 0% 0% / cover no-repeat`,
|
||||
// background: `url(${selectedImage}) 0% 0% / cover no-repeat`,
|
||||
background: `url(${selectedImage}) center / contain no-repeat`,
|
||||
}}
|
||||
>
|
||||
<div className="product-two-options flex justify-between mb-5 relative">
|
||||
|
||||
@@ -81,7 +81,8 @@ const SuggestTask = ({ details, onClose, situation }) => {
|
||||
<div
|
||||
className="w-full h-[236px] p-6 bg-gray-400 rounded-xl overflow-hidden"
|
||||
style={{
|
||||
background: `url(${selectedImage}) 0% 0% / cover no-repeat`,
|
||||
// background: `url(${selectedImage}) 0% 0% / cover no-repeat`,
|
||||
background: `url(${selectedImage}) center / contain no-repeat`,
|
||||
}}
|
||||
></div>
|
||||
</div>
|
||||
|
||||
@@ -23,11 +23,7 @@ export default function ParentWaiting({ className }) {
|
||||
Waiting for Parent to Get Started...
|
||||
</h1>
|
||||
<Link
|
||||
// type="button"
|
||||
// onClick={() => {
|
||||
// navigate("/resources");
|
||||
// }}
|
||||
to='/resources'
|
||||
to='/familymarket'
|
||||
className="px-4 h-10 flex justify-center items-center btn-gradient text-base rounded-full text-white"
|
||||
>
|
||||
More Task
|
||||
|
||||
@@ -48,7 +48,7 @@ export default function MyTasks({
|
||||
<button
|
||||
type="button"
|
||||
onClick={() => {
|
||||
navigate("/resources");
|
||||
navigate("/familymarket");
|
||||
}}
|
||||
className="px-4 h-10 flex justify-center items-center btn-gradient text-base rounded-full text-white"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user