Skip to content

Commit 9cc49b1

Browse files
committed
aha!
1 parent 6d92226 commit 9cc49b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/Resources/AppLink/AppLink.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export const AppLink: FC<AppLinkProps> = ({ app, workspace, agent }) => {
110110
href={href}
111111
target="_blank"
112112
css={{
113-
pointerEvents: canClick ? "none" : undefined,
113+
pointerEvents: canClick ? undefined : "none",
114114
textDecoration: "none !important",
115115
}}
116116
onClick={

0 commit comments

Comments
 (0)