Skip to content

Commit

Permalink
Fix missing workflow sample chess image
Browse files Browse the repository at this point in the history
  • Loading branch information
maximthomas committed Nov 11, 2024
1 parent 0e40173 commit a690b28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
.grid tbody tr:nth-child(even) td:nth-child(odd) { background-color: #eee; }

.piece {
background-image: url('http://svn.symfony-project.com/plugins/dmChessPlugin/web/images/piece/sprite.png');
background-image: url('https://raw.githubusercontent.com/OpenIdentityPlatform/OpenIDM/refs/heads/master/openidm-zip/src/main/resources/samples/workflow/workflow/sprite.png');
width: 64px;
height: 64px;

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a690b28

Please sign in to comment.