diff --git a/blocks/blocks/github.ts b/blocks/blocks/github.ts index e86cd80be..46b7b4309 100644 --- a/blocks/blocks/github.ts +++ b/blocks/blocks/github.ts @@ -5,9 +5,9 @@ import { RepoInfoResponse } from '@/tools/github/repo' export const GitHubBlock: BlockConfig = { type: 'github_repo_info', toolbar: { - title: 'GitHub Repository Info', - description: 'Fetch GitHub repository information and metadata', - bgColor: '#ffffff', + title: 'GitHub Repository', + description: 'Fetch GitHub repository', + bgColor: '#181C1E', icon: GithubIcon, category: 'tools', }, diff --git a/components/icons.tsx b/components/icons.tsx index d6bd1d8f3..2a5197347 100644 --- a/components/icons.tsx +++ b/components/icons.tsx @@ -979,30 +979,40 @@ export const TranslateIcon = (props: SVGProps) => ( ) export const SlackIcon = (props: SVGProps) => ( - + - - - - + + + + ) export const GithubIcon = (props: SVGProps) => ( - GitHub - + ) - -