feat: Enhance gateway management and add Caddyfile generation support
This commit is contained in:
@@ -25,7 +25,7 @@ export function ComponentCard({ component, health }: ComponentCardProps) {
|
||||
<div className="bg-[var(--card)] border border-[var(--border)] rounded-lg p-5">
|
||||
<div className="flex items-start justify-between mb-2">
|
||||
<Link
|
||||
to={`/${component.id}`}
|
||||
to={`/component/${component.id}`}
|
||||
className="text-base font-semibold hover:text-[var(--primary)] transition-colors"
|
||||
>
|
||||
{component.id}
|
||||
|
||||
Reference in New Issue
Block a user