Compare commits
No commits in common. "2a423bd1729b29c51734b7f7f786b2c2f5952559" and "32d1af3d72c023d21e3d03f6bfab9c994b70a1ce" have entirely different histories.
2a423bd172
...
32d1af3d72
@ -36,13 +36,13 @@ export default function Home() {
|
||||
<Link href={`/our-team-physiotherapy-etobicoke/${member.slug}`}>{member.name}</Link>
|
||||
</h3>
|
||||
<span className="designation">{member.designation}</span>
|
||||
{/* <ul className="social-links clearfix">
|
||||
<ul className="social-links clearfix">
|
||||
{member.socials.map((social, idx) => (
|
||||
<li key={idx}>
|
||||
<Link href={social.link}><i className={social.icon}></i></Link>
|
||||
</li>
|
||||
))}
|
||||
</ul> */}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user