Skip to content

Commit

Permalink
fix: update vercel.json glyph from Unicode to Nerd Fonts (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasecilu authored Dec 13, 2024
1 parent e73d277 commit dd0c151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/nvim-web-devicons/icons-default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ local icons_by_filename = {
name = "VLC",
},
["vercel.json"] = {
icon = "",
icon = "",
color = "#ffffff",
cterm_color = "231",
name = "Vercel",
Expand Down
2 changes: 1 addition & 1 deletion lua/nvim-web-devicons/icons-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ local icons_by_filename = {
name = "VLC",
},
["vercel.json"] = {
icon = "",
icon = "",
color = "#333333",
cterm_color = "236",
name = "Vercel",
Expand Down

0 comments on commit dd0c151

Please sign in to comment.