Skip to content

Commit

Permalink
fix:series btn
Browse files Browse the repository at this point in the history
  • Loading branch information
dev1abhi committed Mar 30, 2024
1 parent 3a45c6a commit 730b435
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions series_details/series_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@
</div>

<div id="buttons">
<button id="Trailerbtn">Watch Trailer</button>
<button id="Trailerbtn" class="btn">Watch Trailer</button>

<button id="Server1Btn" >Server 1</button>
<button id="Server1Btn" class="btn" >Server 1</button>

<button id="Server2Btn" >Server 2</button>
<button id="Server2Btn" class="btn">Server 2</button>

<button id="Server3Btn" >Server 3</button>
<button id="Server3Btn" class="btn">Server 3</button>


<!-- Add more buttons for additional embeds -->
Expand Down

0 comments on commit 730b435

Please sign in to comment.