Skip to content

Commit

Permalink
O_ICONS: Use generic emoji for GO
Browse files Browse the repository at this point in the history
  • Loading branch information
dkabus committed Nov 6, 2024
1 parent e4ea1fd commit c299fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
#define ICON_EXT_CSS ICON_STR(MFIZZ_CSS3, "", "🦋")
#define ICON_EXT_DEB ICON_STR(MFIZZ_DEBIAN, "", "🍥")
#define ICON_EXT_DIFF ICON_STR(FILE_DIFF, "", "📋")
#define ICON_EXT_GO ICON_STR(MFIZZ_GO, "󰟓", "💨")
#define ICON_EXT_GO ICON_STR(MFIZZ_GO, "󰟓", "")
#define ICON_EXT_JSON ICON_STR(ICON_JAVASCRIPT, "", ICON_JAVASCRIPT)
#define ICON_EXT_LUA ICON_STR(FILE_LUA, "", "🌘")
#define ICON_EXT_M ICON_STR("", "󰠞", "📊")
Expand Down

0 comments on commit c299fe8

Please sign in to comment.