Skip to content

Commit 358f684

Browse files
CopilotTechWatching
andcommitted
fix(lint): remove trailing space in McpServerGrid.vue
Co-authored-by: TechWatching <15186176+TechWatching@users.noreply.github.com>
1 parent 2e3e15a commit 358f684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/content/McpServerGrid.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function isHighlighted(category: string) {
102102
!isHighlighted(server.category) && 'opacity-25 grayscale scale-95'
103103
]"
104104
:style="{
105-
boxShadow: isHighlighted(server.category)
105+
boxShadow: isHighlighted(server.category)
106106
? `inset 0 0 0 2px ${getCategoryInfo(server.category).color}, 0 0 20px color-mix(in srgb, ${getCategoryInfo(server.category).color} 25%, transparent)`
107107
: 'none'
108108
}"

0 commit comments

Comments
 (0)