Skip to content

Commit bf755dd

Browse files
committed
oh its my fault, i forgot to specify width 😐 😐 😐
1 parent 519c0fb commit bf755dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/project-detail-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export function ProjectsDetailView({ project }) {
6969

7070
project.links && project.links.length > 0 ? (
7171
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>
72+
<a href={link.url} key={index} className='block text-accent lg:w-16 lg:h-16 w-12 h-12'>{link.content}</a>
7373
))
7474
) : null
7575

0 commit comments

Comments
 (0)