mirror of
https://github.com/SoPat712/maisie-heardle.git
synced 2025-08-21 18:28:45 -04:00
Song.link instead of soundcloud links
This commit is contained in:
@@ -558,7 +558,7 @@
|
|||||||
{#if gameOver}
|
{#if gameOver}
|
||||||
<div class="mb-6 px-4">
|
<div class="mb-6 px-4">
|
||||||
<a
|
<a
|
||||||
href={currentTrack.url}
|
href={`https://song.link/${currentTrack.url}`}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
class={`flex items-center overflow-hidden rounded-lg border-2 ${darkMode ? 'hover:bg-gray-700' : 'hover:bg-gray-100'}`}
|
class={`flex items-center overflow-hidden rounded-lg border-2 ${darkMode ? 'hover:bg-gray-700' : 'hover:bg-gray-100'}`}
|
||||||
|
Reference in New Issue
Block a user