Skip to content

Commit

Permalink
Fix tab navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
basecode committed Nov 29, 2023
1 parent fb4b092 commit e82da6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-src/src/components/PromptTemplateCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function PromptTemplateCard({
template, onClick, ...props
}) {
return (
<a onClick={onClick}>
<a href="#" onClick={onClick}>
<motion.div
initial={{ opacity: 0.3, scale: 0.9 }}
animate={{ opacity: 1, scale: 1 }}
Expand Down

0 comments on commit e82da6e

Please sign in to comment.