Team Members bottom social icon removed
This commit is contained in:
parent
14f447f31d
commit
87ce64eeeb
@ -36,13 +36,13 @@ export default function Home() {
|
|||||||
<Link href={`/our-team-physiotherapy-etobicoke/${member.slug}`}>{member.name}</Link>
|
<Link href={`/our-team-physiotherapy-etobicoke/${member.slug}`}>{member.name}</Link>
|
||||||
</h3>
|
</h3>
|
||||||
<span className="designation">{member.designation}</span>
|
<span className="designation">{member.designation}</span>
|
||||||
<ul className="social-links clearfix">
|
{/* <ul className="social-links clearfix">
|
||||||
{member.socials.map((social, idx) => (
|
{member.socials.map((social, idx) => (
|
||||||
<li key={idx}>
|
<li key={idx}>
|
||||||
<Link href={social.link}><i className={social.icon}></i></Link>
|
<Link href={social.link}><i className={social.icon}></i></Link>
|
||||||
</li>
|
</li>
|
||||||
))}
|
))}
|
||||||
</ul>
|
</ul> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user