Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jay Mehta
/
zango-frontend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 76a837b1
authored
2024-07-08 12:02:40 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated ui
1 parent
6a476f9d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
10 deletions
components/detail/DetailInfo.js
components/gift-card/GiftCard.js
components/detail/DetailInfo.js
View file @
76a837b
...
@@ -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,14 +210,18 @@ const DetailInfo = ({ activityById }) => {
...
@@ -210,14 +210,18 @@ 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
=
{{
onChange
=
{
e
=>
{
position
:
"fixed"
,
zIndex
:
9999
e
.
preventDefault
();
console
.
log
(
e
);
// setenquireDate(e)
}}
}}
/
>
onChange
=
{
e
=>
{
e
.
preventDefault
();
console
.
log
(
e
);
// setenquireDate(e)
}}
/
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
Button
<
Button
...
...
components/gift-card/GiftCard.js
View file @
76a837b
...
@@ -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>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment