Commit 76a837b1 by Ravindra Kanojiya

updated ui

1 parent 6a476f9d
...@@ -188,11 +188,11 @@ const DetailInfo = ({ activityById }) => { ...@@ -188,11 +188,11 @@ const DetailInfo = ({ activityById }) => {
<div className="" style={{ fontSize: "22px", fontWeight: "bold" }}> <div className="" style={{ fontSize: "22px", fontWeight: "bold" }}>
{activityById.data.attributes.name} {activityById.data.attributes.name}
</div> </div>
<div className="mt-2">Full Name:</div> <div className="mt-3">Full Name:</div>
<div className="" style={{ fontWeight: "bold" }}> <div className="" style={{ fontWeight: "bold" }}>
{endUser?.attributes.name} {endUser?.attributes.name}
</div> </div>
<div className="mt-2">Email ID:</div> <div className="mt-3">Email ID:</div>
<div className="" style={{ fontSize: "22px", fontWeight: "bold" }}> <div className="" style={{ fontSize: "22px", fontWeight: "bold" }}>
{endUser?.attributes.email} {endUser?.attributes.email}
</div> </div>
...@@ -210,7 +210,10 @@ const DetailInfo = ({ activityById }) => { ...@@ -210,7 +210,10 @@ const DetailInfo = ({ activityById }) => {
<div className="col-6"> <div className="col-6">
<div className="mt-2">Date:</div> <div className="mt-2">Date:</div>
<DatePicker <div className="">
<DatePicker popupStyle={{
position: "fixed", zIndex: 9999
}}
onChange={e => { onChange={e => {
e.preventDefault(); e.preventDefault();
...@@ -220,6 +223,7 @@ const DetailInfo = ({ activityById }) => { ...@@ -220,6 +223,7 @@ const DetailInfo = ({ activityById }) => {
/> />
</div> </div>
</div> </div>
</div>
<Button <Button
disabled={loading || !quantity} disabled={loading || !quantity}
className="mt-2 col-12" className="mt-2 col-12"
......
...@@ -317,7 +317,7 @@ const GiftCard = () => { ...@@ -317,7 +317,7 @@ const GiftCard = () => {
</div> </div>
<div className="col-12"> <div className="col-12">
<p> <p>
By continuing you agree to our <a href="">Terms</a> and <a href="">Privacy Policy</a> By continuing you agree to our <a href="/terms-and-conditions">Terms</a> and <a href="/privacy-policy">Privacy Policy</a>
</p> </p>
</div> </div>
</div> </div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!