Skip to content

Commit 07517ae

Browse files
authored
Merge pull request #657 from pycontw/feat/597
fix: add cursor pointer on image
2 parents 2e3bdc9 + 790dce3 commit 07517ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/reviewers/Reviewers.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export default {
168168
}
169169
170170
.reviewerPhoto {
171-
@apply aspect-w-1 aspect-h-1 mb-3 w-full;
171+
@apply aspect-w-1 aspect-h-1 mb-3 w-full cursor-pointer;
172172
}
173173
174174
.reviewerPhoto img {

0 commit comments

Comments
 (0)