We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4694582 commit 0b4af8fCopy full SHA for 0b4af8f
1 file changed
src/components/agent-setup/TroubleshootingItem.astro
@@ -35,25 +35,6 @@ const { issue } = Astro.props;
35
</svg>
36
</summary>
37
<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
+ <slot />
58
</div>
59
</details>
0 commit comments