Skip to content

Commit 0b4af8f

Browse files
committed
fix troubleshooting UI
1 parent 4694582 commit 0b4af8f

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

src/components/agent-setup/TroubleshootingItem.astro

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,6 @@ const { issue } = Astro.props;
3535
</svg>
3636
</summary>
3737
<div class="agent-setup-troubleshooting-solution">
38-
<div class="agent-setup-troubleshooting-solution-label">
39-
<svg
40-
xmlns="http://www.w3.org/2000/svg"
41-
width="12"
42-
height="12"
43-
viewBox="0 0 24 24"
44-
fill="none"
45-
stroke="currentColor"
46-
stroke-width="2.5"
47-
stroke-linecap="round"
48-
stroke-linejoin="round"
49-
aria-hidden="true"
50-
>
51-
<path d="M20 6L9 17l-5-5"></path>
52-
</svg>
53-
Fix
54-
</div>
55-
<div class="agent-setup-troubleshooting-solution-body">
56-
<slot />
57-
</div>
38+
<slot />
5839
</div>
5940
</details>

0 commit comments

Comments
 (0)