Skip to content

Commit

Permalink
change column title from "ID" to "ID or Badge Name" to highlight that…
Browse files Browse the repository at this point in the history
… you can filter for badges by typing the badge name, e.g. "cassini"
  • Loading branch information
gruns committed Oct 2, 2023
1 parent d79c941 commit bb9448c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/StatsGrid/StatsGridConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const columnDefs = [
},
{
field: "id",
headerName: "ID",
headerName: "ID or Badge Name",
headerTooltip: (() => {
return [
htmlBold("Unique ID of the node (only first part of the ID is shown)."),
Expand Down

0 comments on commit bb9448c

Please sign in to comment.