-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KB-187 implement profile page #340
Conversation
03064bc
to
414085a
Compare
414085a
to
f001707
Compare
92328a6
to
a2d415a
Compare
d6bc73d
to
1abff05
Compare
1abff05
to
6e18fe1
Compare
3396bf4
to
a26e368
Compare
# Conflicts: # src/messages/en.json # src/messages/uk.json
8da38f0
to
c130969
Compare
c130969
to
efcb7ba
Compare
return ( | ||
<div className="flex flex-col gap-4"> | ||
{employeeInfo.map((item, index) => ( | ||
<div key={index} className="flex flex-col gap-3 md:flex-row md:gap-6"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These next 3 divs with paragraphs have the same structure and classes. Maybe create a separate component?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/app/[locale]/(private)/profile/components/intellect-agreement.tsx
Outdated
Show resolved
Hide resolved
src/app/[locale]/(private)/profile/components/contact-editor.tsx
Outdated
Show resolved
Hide resolved
src/app/[locale]/(private)/profile/components/fullname-english.tsx
Outdated
Show resolved
Hide resolved
src/app/[locale]/(private)/profile/components/intellect-publication-info.tsx
Show resolved
Hide resolved
return ( | ||
<div className="flex flex-col gap-4"> | ||
{studentInfo.map((item, index) => ( | ||
<div key={index} className="flex flex-col gap-3 md:flex-row md:gap-6"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's the same div and paragraph as in lecturer-info
.
See, this w-[170px]
must be defined only in one place eventually.
5e1ac5f
to
d64b9d9
Compare
d64b9d9
to
66af650
Compare
No description provided.