+ This code was created by a Dyad community member, not our core + team. +
++ Community code can be very helpful, but since it's built + independently, it may have bugs, security risks, or could cause + issues with your system. We can't provide official support if + problems occur. +
++ We recommend reviewing the code on GitHub first. Only proceed if + you're comfortable with these risks. +
++ {template.description} +
+ {template.githubUrl && ( + + View on GitHub{" "} +Choose a starting point for your new project. + {isLoading && " Loading additional templates..."}
-- {template.description} -
- {template.githubUrl && ( - { - e.stopPropagation(); - if (template.githubUrl) { - IpcClient.getInstance().openExternalUrl( - template.githubUrl, - ); - } - }} - > - View on GitHub{" "} -