Skip to content

Commit

Permalink
remove useless tab in template
Browse files Browse the repository at this point in the history
  • Loading branch information
MoustaphaDev committed Dec 5, 2024
1 parent 8f7e3a3 commit b457655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lucide-astro/scripts/exportTemplate.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import type { AstroComponent } from '../types'
* @returns {any} Astro Component
* ${deprecated ? `@deprecated ${deprecationReason}` : ''}
*/
const ${componentName} = createLucideIcon('${iconName}', ${JSON.stringify(children)})\t as AstroComponent;
const ${componentName} = createLucideIcon('${iconName}', ${JSON.stringify(children)}) as AstroComponent;
export default ${componentName};
`;
Expand Down

0 comments on commit b457655

Please sign in to comment.