[READ-ONLY] Mirror of https://github.com/flo-bit/youtube-party-dj. democratic youtube player, everyone can vote and add songs, uni project, made with uix
0

Configure Feed

Select the types of activity you want to include in your feed.

Fixed button on the home page not working

+17 -15
+17 -15
common/home.tsx
··· 21 21 </p> 22 22 </div> 23 23 <div class="min-w-full"> 24 - <button class="bg-rose-500 hover:bg-rose-600 w-fit text-white font-medium gap-2 rounded-full font-lg py-3 px-6 flex items-center"> 25 - <svg 26 - xmlns="http://www.w3.org/2000/svg" 27 - viewBox="0 0 24 24" 28 - fill="currentColor" 29 - class="size-6" 30 - > 31 - <path 32 - fill-rule="evenodd" 33 - d="M4.5 5.653c0-1.427 1.529-2.33 2.779-1.643l11.54 6.347c1.295.712 1.295 2.573 0 3.286L7.28 19.99c-1.25.687-2.779-.217-2.779-1.643V5.653Z" 34 - clip-rule="evenodd" 35 - /> 36 - </svg> 37 - Get started 38 - </button> 24 + <a href="/player" rel="noopener noreferrer"> 25 + <button class="bg-rose-500 hover:bg-rose-600 w-fit text-white font-medium gap-2 rounded-full font-lg py-3 px-6 flex items-center"> 26 + <svg 27 + xmlns="http://www.w3.org/2000/svg" 28 + viewBox="0 0 24 24" 29 + fill="currentColor" 30 + class="size-6" 31 + > 32 + <path 33 + fill-rule="evenodd" 34 + d="M4.5 5.653c0-1.427 1.529-2.33 2.779-1.643l11.54 6.347c1.295.712 1.295 2.573 0 3.286L7.28 19.99c-1.25.687-2.779-.217-2.779-1.643V5.653Z" 35 + clip-rule="evenodd" 36 + /> 37 + </svg> 38 + Get started 39 + </button> 40 + </a> 39 41 </div> 40 42 </div> 41 43 <div class="md:h-full w-full md:w-1/2 flex items-center justify-center pt-12 md:pt-0">