We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65cf956 commit 67bbefdCopy full SHA for 67bbefd
app/page.tsx
@@ -16,7 +16,7 @@ function ResearchDirection({ title, image }: { title: string; image: string }) {
16
<Card
17
isPressable
18
className="col-span-1 p-0"
19
- onClick={() => {
+ onPress={() => {
20
window.location.href = `/publications?tag=${title}`;
21
}}
22
>
0 commit comments