Merge pull request #7 from gopal-kaul/main
Remove Redundant Download Button in the Header
This commit is contained in:
commit
9abcf5d927
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user