From 8783c47a3cb87d8863bfcb75e05700e22519d03b Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 28 Apr 2026 11:21:32 -0700 Subject: [PATCH] Dont allow clicking the wildcard resource link --- src/components/ResourceInfoBox.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/ResourceInfoBox.tsx b/src/components/ResourceInfoBox.tsx index 4ceadb4f7..ca5ded4c5 100644 --- a/src/components/ResourceInfoBox.tsx +++ b/src/components/ResourceInfoBox.tsx @@ -40,10 +40,14 @@ export default function ResourceInfoBox({}: ResourceInfoBoxType) { URL - + {resource.wildcard ? ( + {fullUrl} + ) : ( + + )}