mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 06:29:30 -07:00
Fix component name casing in ASCII text animation metadata
This commit is contained in:
@@ -229,7 +229,7 @@ export const componentMetadata: ComponentMetadata = {
|
|||||||
videoUrl: '/assets/videos/asciitext.webm',
|
videoUrl: '/assets/videos/asciitext.webm',
|
||||||
description: 'Renders text with an animated ASCII background for a retro feel.',
|
description: 'Renders text with an animated ASCII background for a retro feel.',
|
||||||
category: 'TextAnimations',
|
category: 'TextAnimations',
|
||||||
name: 'ASCIIText',
|
name: 'AsciiText',
|
||||||
docsUrl: 'https://vue-bits.dev/text-animations/ascii-text',
|
docsUrl: 'https://vue-bits.dev/text-animations/ascii-text',
|
||||||
tags: []
|
tags: []
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user