Skip to content

Commit

Permalink
fix uat search query
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyichen committed Jan 8, 2025
1 parent adb2e87 commit 82a73e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/abs/[id]/abstract.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ const UATKeywords = memo(({ keywords, ids }: { keywords: Array<string>; ids: Arr
</SimpleLink>
</Tooltip>
<SearchQueryLink
params={{ q: `keyword:"${keyword.split('/').pop()}"` }}
params={{ q: `uat:"${keyword.split('/').pop()}"` }}
textDecoration="none"
_hover={{
color: 'gray.900',
Expand Down

0 comments on commit 82a73e4

Please sign in to comment.