diff --git a/src/app/post/components/post-card/post-card.component.html b/src/app/post/components/post-card/post-card.component.html
index 338b769c4e06bd51e183ab6c29c24e87fba057c4..31c23b631af37504bfd7206f04d8bb9ed5dcb5e3 100644
--- a/src/app/post/components/post-card/post-card.component.html
+++ b/src/app/post/components/post-card/post-card.component.html
@@ -1,4 +1,4 @@
-<div *ngIf="post" class="post" tabindex="0" role="button" (click)="showDetails(post)" (keyup.enter)="showDetails(post)">
+<div *ngIf="post" class="post" tabindex="0" role="link" (click)="showDetails(post)" (keyup.enter)="showDetails(post)">
   <div class="imageContainer">
     <img *ngIf="post.feature_image" alt="{{ post.feature_image_alt }}" [src]="post.feature_image" />
     <img