Skip to content

Commit

Permalink
Fixed graph options
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Yuen authored and Peter Yuen committed Jun 11, 2022
1 parent fd2a4bb commit 86d5d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ROOT_SECTION_NAME = "main"
GRAPH_OPTIONS = """
{
nodes: {
shape: "star",
shape: "dot",
color: isDark() ? "#8c8e91" : "#dee2e6",
font: {
face: "Inter",
Expand Down

0 comments on commit 86d5d10

Please sign in to comment.