We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37b75bb commit 54773b4Copy full SHA for 54773b4
pages/tools.tsx
@@ -131,10 +131,7 @@ function GitHubButton({ href }: GitHubButtonProps) {
131
backgroundColor: isDark ? darkColors.primaryDark : colors.primary,
132
};
133
return (
134
- <Button
135
- openInNewTab
136
- href="https://github.com/raycast/extensions/tree/main/extensions/react-native-directory"
137
- style={[styles.button, primaryButtonColorStyle]}>
+ <Button openInNewTab href={href} style={[styles.button, primaryButtonColorStyle]}>
138
<GitHub width={16} />
139
<P style={styles.githubButtonLabel}>GitHub</P>
140
</Button>
0 commit comments