Support audio only downloads (#46)

* Adds option to only download audio

* Improves helper text for profile options
This commit is contained in:
Kieran
2024-03-02 13:01:47 -08:00
committed by GitHub
parent 09448e3fcc
commit c37157d644
6 changed files with 83 additions and 22 deletions
@@ -432,7 +432,7 @@ defmodule PinchflatWeb.CoreComponents do
def label(assigns) do
~H"""
<label for={@for} class="mt-5 mb-2 block text-md font-medium text-black dark:text-white">
<label for={@for} class="mt-5 mb-2 inline-block text-md font-medium text-black dark:text-white">
<%= render_slot(@inner_block) %>
</label>
"""