Skip to content

Commit

Permalink
meh, style submitted rom the same
Browse files Browse the repository at this point in the history
  • Loading branch information
adelikat committed Nov 10, 2023
1 parent 6e6563f commit 3fe2529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TASVideos/Pages/Submissions/View.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@
</div>
</div>
<div condition="!string.IsNullOrWhiteSpace(Model.Submission.RomName) && Model.Submission.RomName != Model.Submission.GameVersion" class="sub-info-cell">
<small>Submitted ROM</small>
<div><small>@Model.Submission.RomName</small></div>
<label>Submitted ROM</label>
<div>@Model.Submission.RomName</div>
</div>
</div>
<small>
Expand Down

0 comments on commit 3fe2529

Please sign in to comment.