We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60d920 commit 2c44ef9Copy full SHA for 2c44ef9
.changeset/cuddly-toys-cheat.md
@@ -0,0 +1,5 @@
1
+---
2
+"@hyperdx/app": patch
3
4
+
5
+style: Update icon used to show source schema
packages/app/src/components/SourceSchemaPreview.tsx
@@ -35,7 +35,7 @@ const SourceSchemaInfoIcon = ({
35
>
36
<Text {...iconStyles}>
37
<i
38
- className={`bi bi-info-circle ${isEnabled ? 'cursor-pointer' : ''}`}
+ className={`bi bi-code-square ${isEnabled ? 'cursor-pointer' : ''}`}
39
/>
40
</Text>
41
</Tooltip>
0 commit comments