Skip to content

Commit

Permalink
feat-show-name-version-in-console
Browse files Browse the repository at this point in the history
  • Loading branch information
EdLeckert authored and daringer committed Oct 12, 2023
1 parent 7ad6ebf commit f62478f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flex-table-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -668,4 +668,6 @@ window.customCards.push({
type: "flex-table-card",
name: "Flex Table Card",
description: "The Flex Table card gives you the ability to visualize tabular data." // optional
});
});

console.info(`%c FLEX-TABLE-CARD %c Version ${VERSION} `, "font-weight: bold; color: #000; background: #aeb", "font-weight: bold; color: #000; background: #ddd");

0 comments on commit f62478f

Please sign in to comment.