Fix split message icon

Antonio Scandurra and Marshall created

Co-Authored-By: Marshall <marshall@zed.dev>

Change summary

styles/src/style_tree/assistant.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

styles/src/style_tree/assistant.ts 🔗

@@ -293,7 +293,7 @@ export default function assistant(): any {
         }),
 
         split_button: tab_bar_button(theme, {
-            icon: "icons/split_message.svg",
+            icon: "icons/snip.svg",
         }),
         quote_button: tab_bar_button(theme, {
             icon: "icons/quote.svg",