Compare commits

..

1 Commits

Author SHA1 Message Date
pablonyx
59c454debe k 2025-04-03 11:45:38 -07:00

View File

@@ -43,8 +43,6 @@ const DropdownOption: React.FC<DropdownOptionProps> = ({
if (href) {
return (
// Use a button instead of a link to avoid the default behavior of Next.js
// Which caches existing contexts and leads to wonky behavior.
<a
href={href}
target={openInNewTab ? "_blank" : undefined}