Skip to content

Commit

Permalink
Editing beat-library to show beat name not video name
Browse files Browse the repository at this point in the history
  • Loading branch information
vincemaina committed Jul 1, 2022
1 parent 4fb7208 commit ea55a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/beat-library.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1>Beat Library</h1>
<div class="beat grid-container">
<img class="grid-item" src="{{video.video_thumbnail}}" alt="thumbnail" height="100%">
<div class="grid-item">
<h4>{{video.video_title}}</h4>
<h4>{{video.video_beat_name}}</h4>
<p>135 BPM | No Uncleared Samples | Upbeat</p>
</div>
<div>
Expand Down

0 comments on commit ea55a1d

Please sign in to comment.