Skip to content

Commit b4b47b2

Browse files
committed
feat: remove raycast brand
1 parent c4e4c6c commit b4b47b2

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

apps/electron-client/src/renderer/components/List/ListFooter.tsx

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { useRemoteBlastTree } from "../../store";
55
import { BlastComponent } from "../../types";
66

77
import { useDefaultAction } from "./hooks";
8-
import { RaycastDarkIcon } from "./RaycastDarkIcon";
98
import { SubCommand } from "./SubCommand";
109

1110
import { getListIndexFromValue } from ".";
@@ -50,7 +49,17 @@ export const ListFooter = ({
5049

5150
return (
5251
<div cmdk-raycast-footer="">
53-
<RaycastDarkIcon />
52+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none">
53+
<path
54+
d="M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2Z"
55+
stroke="#FF6363"
56+
strokeWidth="2"
57+
strokeLinecap="round"
58+
strokeLinejoin="round"
59+
/>
60+
<path d="M12 16V12" stroke="#FF6363" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
61+
<path d="M12 8H12.01" stroke="#FF6363" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
62+
</svg>
5463

5564
{action && (
5665
<button

0 commit comments

Comments
 (0)