Updating game data to mid season patch and made card gallery nicer
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
@using System.Text.RegularExpressions
|
||||
@namespace Chrono.Components
|
||||
|
||||
@@ -12,7 +11,7 @@
|
||||
{
|
||||
<div class="detail-image">
|
||||
<img src="@Card.ImagePath" alt="@Card.Name"
|
||||
onerror="this.style.display='none';this.parentElement.style.display='none'"/>
|
||||
onerror="this.src='@Card.SmallImagePath';this.onerror=null;"/>
|
||||
</div>
|
||||
}
|
||||
<div class="detail-info">
|
||||
|
||||
Reference in New Issue
Block a user