Fixes to file structure
This commit is contained in:
9
public/views/partials/homepage/league-card.hbs
Normal file
9
public/views/partials/homepage/league-card.hbs
Normal file
@@ -0,0 +1,9 @@
|
||||
<div class="banner">
|
||||
<div class="content" id="card-contents">
|
||||
<img id="logo" src={{logo}}>
|
||||
<div class="title-wrapper">
|
||||
<img id="title-logo" src={{title}}>
|
||||
{{flag}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user