Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions music.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ <h4 style="margin-bottom: 0.5rem; font-size: 1.1rem;">Winx - Don't Laugh (Origin
</main>

<footer class="w-full max-w-7xl mx-auto">
<div class="mt-8 mb-8 player-container">
<iframe width="100%" height="120" src="https://player-widget.mixcloud.com/widget/iframe/?hide_cover=1&hide_artwork=1&autoplay=1&feed=%2FDavidKRK%2Fdavid-krk-life-good-techno-ep3%2F" frameborder="0" allow="autoplay; encrypted-media; fullscreen; idle-detection; speaker-selection; web-share;"></iframe>
</div>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This empty line appears to be left over from the removal of the Mixcloud player. It can be removed to improve code cleanliness and readability.

<div class="flex justify-center gap-6 mb-4">
<a href="https://www.facebook.com/DavidKRKofficial" target="_blank" aria-label="Facebook" class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com/davidkrk/" target="_blank" aria-label="Instagram" class="social-icon text-2xl md:text-3xl text-white"><i class="fab fa-instagram"></i></a>
Expand Down