Skip to content

Commit

Permalink
feat(match2): remove unused section of dota2 match page (#4567)
Browse files Browse the repository at this point in the history
remove unused section
  • Loading branch information
liquidely authored Aug 19, 2024
1 parent 42e55f0 commit 932664f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions components/match2/wikis/dota2/match_page_template.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,6 @@ return {
]=],
game =
[=[
{{^isBestOfOne}}<div class="match-bm-lol-game-overview">
<div class="match-bm-lol-game-summary">
<div class="match-bm-lol-game-summary-team">{{&opponents.1.iconDisplay}}</div>
<div class="match-bm-lol-game-summary-center">
<div class="match-bm-lol-game-summary-faction">{{#teams.1.side}}[[File:Dota2 faction {{teams.1.side}}.png|link=|{{teams.1.side}} side]]{{/teams.1.side}}</div>
<div class="match-bm-lol-game-summary-score-holder">{{#finished}}<div class="match-bm-lol-game-summary-score">{{teams.1.scoreDisplay}}&ndash;{{teams.2.scoreDisplay}}</div><div class="match-bm-lol-game-summary-length">{{length}}</div>{{/finished}}</div>
<div class="match-bm-lol-game-summary-faction">{{#teams.2.side}}[[File:Dota2 faction {{teams.2.side}}.png|link=|{{teams.2.side}} side]]{{/teams.2.side}}</div>
</div>
<div class="match-bm-lol-game-summary-team">{{&opponents.2.iconDisplay}}</div>
</div>
</div>{{/isBestOfOne}}
<h3>Draft</h3>
<div class="match-bm-game-veto-wrapper">
<div class="match-bm-lol-game-veto-overview-team">
Expand Down

0 comments on commit 932664f

Please sign in to comment.