Skip to content

Commit 7a89eec

Browse files
author
Dev Agent Amelia
committed
refactor: remove unused BrandLogo SVG component
1 parent bbfce66 commit 7a89eec

2 files changed

Lines changed: 0 additions & 44 deletions

File tree

docs/.vitepress/theme/components/BrandLogo.vue

Lines changed: 0 additions & 42 deletions
This file was deleted.

docs/.vitepress/theme/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import HeroStats from './components/HeroStats.vue'
55
import CompatibilityLogos from './components/CompatibilityLogos.vue'
66
import ToolsShowcase from './components/ToolsShowcase.vue'
77
import CapabilityScenarios from './components/CapabilityScenarios.vue'
8-
import BrandLogo from './components/BrandLogo.vue'
98
import LlmToggle from './components/LlmToggle.vue'
109
import './style.css'
1110

@@ -18,7 +17,6 @@ export default {
1817
app.component('CompatibilityLogos', CompatibilityLogos)
1918
app.component('ToolsShowcase', ToolsShowcase)
2019
app.component('CapabilityScenarios', CapabilityScenarios)
21-
app.component('BrandLogo', BrandLogo)
2220
app.component('LlmToggle', LlmToggle)
2321
},
2422
}

0 commit comments

Comments
 (0)