mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
Fixed discrepancies between dev and prod build
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<div class="ui divider"></div>
|
||||
<div class="ui horizontal list">
|
||||
<div *ngFor="let difficulty of difficultiesList" class="item">
|
||||
<img class="ui avatar image" src="/assets/images/instruments/{{difficulty.instrument}}">
|
||||
<img class="ui avatar image" src="assets/images/instruments/{{difficulty.instrument}}">
|
||||
<div class="content">
|
||||
<div class="header">Diff: {{difficulty.diffNumber}}</div>
|
||||
{{difficulty.chartedDifficulties}}
|
||||
|
||||
Reference in New Issue
Block a user