We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519c0fb commit bf755ddCopy full SHA for bf755dd
1 file changed
components/project-detail-view.js
@@ -69,7 +69,7 @@ export function ProjectsDetailView({ project }) {
69
70
project.links && project.links.length > 0 ? (
71
project.links.map((link, index) => (
72
- <a href={link.url} key={index} className='block text-accent lg:w-16 lg:h-16 h-12'>{link.content}</a>
+ <a href={link.url} key={index} className='block text-accent lg:w-16 lg:h-16 w-12 h-12'>{link.content}</a>
73
))
74
) : null
75
0 commit comments