Skip to content

Commit

Permalink
feat(match2): add SAP logo to LoL's match pages (#5165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rathoz authored Dec 4, 2024
1 parent 873b667 commit 0f6823a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions components/match2/wikis/dota2/match_page_template.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
-- Please see https://github.com/Liquipedia/Lua-Modules to contribute
--

-- todo's:
-- Team logo's are currently 50x50 => need to be 80x80. Already made preparations for this in the css.

-- luacheck: ignore
return {
header =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ return {
header =
[=[
<div class="match-bm-lol-match-header">
<div class="match-bm-match-header-powered-by">[[File:DataProvidedSAP.svg|link=]]</div>
<div class="match-bm-lol-match-header-overview">
<div class="match-bm-lol-match-header-team">{{#opponents.1}}{{&iconDisplay}}<div class="match-bm-lol-match-header-team-long">{{#page}}[[{{page}}|{{name}}]]{{/page}}</div><div class="match-bm-lol-match-header-team-short">[[{{page}}|{{shortname}}]]</div><div>{{#seriesDots}} {{.}}{{/seriesDots}}</div>{{/opponents.1}}</div>
<div class="match-bm-lol-match-header-result">{{#isBestOfOne}}{{#games.1.apiInfo}}{{team1.scoreDisplay}}&ndash;{{team2.scoreDisplay}}{{/games.1.apiInfo}}{{/isBestOfOne}}{{^isBestOfOne}}{{opponents.1.score}}&ndash;{{opponents.2.score}}{{/isBestOfOne}}</div>
Expand Down

0 comments on commit 0f6823a

Please sign in to comment.