Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsycamore committed Jan 6, 2025
1 parent 8ca2c46 commit cb8c138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/home/DesignKits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export function DesignKitImagesSet2({
}

export function DesignKitTools({ disableLink, ...props }: { disableLink?: boolean } & BoxProps) {
function renderTool(brand: 'figma' | 'sketch' ) {
function renderTool(brand: 'figma' | 'sketch') {
if (disableLink) {
return <DesignToolLogo brand={brand} />;
}
Expand Down

0 comments on commit cb8c138

Please sign in to comment.