change responsive page doctors & change modal and responsive & responsive page doctor item
This commit is contained in:
@@ -17,12 +17,10 @@ function Link() {
|
||||
{listLink.map((item, idx) => (
|
||||
<li
|
||||
key={idx}
|
||||
className={`
|
||||
|
||||
`}
|
||||
>
|
||||
<a href={`#${item.link}`}>
|
||||
<Button
|
||||
onClick={() => setActiveId(idx)}
|
||||
className={`
|
||||
!text-[20px] !font-bold !mx-[56px] !py-px
|
||||
${idx !== 0 && idx !== listLink.length - 1 ?
|
||||
|
||||
Reference in New Issue
Block a user