Skip to content

Commit

Permalink
Bundle chartist css file with the application
Browse files Browse the repository at this point in the history
Signed-off-by: Thilo Aschebrock <[email protected]>
  • Loading branch information
ThiloAschebrock committed Sep 22, 2023
1 parent 84e4581 commit 2dc747d
Show file tree
Hide file tree
Showing 2 changed files with 728 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="icon" type="image/png" href="icon_192.png" />
<link rel="apple-touch-icon" sizes="192x192" href="icon_192.png" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<link rel="stylesheet" href="//cdn.jsdelivr.net/chartist.js/latest/chartist.min.css" />
<link rel="stylesheet" href="chartist.min.css" />
<title>Next Generation Scrum Poker</title>
</head>
<body>
Expand Down
Loading

0 comments on commit 2dc747d

Please sign in to comment.