Merge pull request #7 from gopal-kaul/main

Remove Redundant Download Button in the Header
This commit is contained in:
ferrreo 2023-03-21 17:05:15 +00:00 committed by GitHub
commit 9abcf5d927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,9 @@ const links = [
</>
) : (
<a
class="font-medium hover:text-gray-900 dark:hover:text-white px-4 py-3 flex items-center transition duration-150 ease-in-out"
class={`font-medium hover:text-gray-900 dark:hover:text-white px-4 py-3 flex items-center transition duration-150 ease-in-out ${
text === "Download" && "md:hidden"
}`}
href={href}
>
{text}