Untitled

 avatar
unknown
plain_text
a year ago
715 B
33
Indexable
 <section className="w-[80vw]">
      {album

        ?
        (
          <article className="w-full">
            <header className="w-full p-5 flex items-center gap-3">
              <span className="text-3xl">
                
              </span>
              <h1 className="text-3xl font-bold">Popular Albums</h1>
            </header>
            <main className="w-full">
              <div className="px-6 flex items-center gap-5">

              </div>
            </main>
          </article>
        )
        :
        (
          <section className="w-[100%] h-[100vh] fixed top-0 left-[7%]">
            <h1>No songs ❌</h1>
          </section>
        )}
    </section>
Editor is loading...
Leave a Comment