Attached the tabs below the source links

This commit is contained in:
Jesse James Isler 2022-03-28 06:11:47 +00:00
parent 7643323692
commit 017e4b3187
1 changed files with 4 additions and 4 deletions

View File

@ -34,6 +34,10 @@
<span class="card-title">'.$name.'</span>
<p>'.$description.'</p>
</div>
<div class="card-action">
<a href="'.$steam.'">Steam Link</a>
<a href="'.$source.'">Source</a>
</div>
<div class="card-tabs">
<ul class="tabs tabs-fixed-width">
<li class="tab">
@ -54,10 +58,6 @@
<div id=" '.$name.'pbw ">'.$playsbestwith.'</div>
<div id='.$name.'convars">'.$convars.'</div>
</div>
<div class="card-action">
<a href="'.$steam.'">Steam Link</a>
<a href="'.$source.'">Source</a>
</div>
</div>
</div>
';