diff --git a/src/lib/components/LabCard.svelte b/src/lib/components/LabCard.svelte
index 9acfe46..df43118 100644
--- a/src/lib/components/LabCard.svelte
+++ b/src/lib/components/LabCard.svelte
@@ -40,13 +40,16 @@
{#if isClickable}
- window.location.href = projectUrl}
+ on:keydown={(e) => e.key === 'Enter' && (window.location.href = projectUrl)}
+ role="button"
+ tabindex="0"
style:transform
>
{/if}
-
+
{:else}