Commit 76a837b1 by Ravindra Kanojiya

updated ui

1 parent 6a476f9d
......@@ -188,11 +188,11 @@ const DetailInfo = ({ activityById }) => {
<div className="" style={{ fontSize: "22px", fontWeight: "bold" }}>
{activityById.data.attributes.name}
</div>
<div className="mt-2">Full Name:</div>
<div className="mt-3">Full Name:</div>
<div className="" style={{ fontWeight: "bold" }}>
{endUser?.attributes.name}
</div>
<div className="mt-2">Email ID:</div>
<div className="mt-3">Email ID:</div>
<div className="" style={{ fontSize: "22px", fontWeight: "bold" }}>
{endUser?.attributes.email}
</div>
......@@ -210,7 +210,10 @@ const DetailInfo = ({ activityById }) => {
<div className="col-6">
<div className="mt-2">Date:</div>
<DatePicker
<div className="">
<DatePicker popupStyle={{
position: "fixed", zIndex: 9999
}}
onChange={e => {
e.preventDefault();
......@@ -220,6 +223,7 @@ const DetailInfo = ({ activityById }) => {
/>
</div>
</div>
</div>
<Button
disabled={loading || !quantity}
className="mt-2 col-12"
......
......@@ -317,7 +317,7 @@ const GiftCard = () => {
</div>
<div className="col-12">
<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>
</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!