mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-01-13 07:02:37 +08:00
lean more button pointer hover (#802)
This commit is contained in:
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
</FadeIn>
|
||||
<div className="mt-4 font-semibold md:mt-12">
|
||||
<button
|
||||
className="py-3 mb-4 xl:mb-0 mr-4 transition-all duration-300 bg-white border rounded-full shadow-lg px-9 border-zinc-200 hover:bg-zinc-100"
|
||||
className="py-3 mb-4 xl:mb-0 mr-4 transition-all duration-300 bg-white border rounded-full shadow-lg px-9 border-zinc-200 hover:bg-zinc-100 cursor-pointer"
|
||||
onClick={() =>
|
||||
document
|
||||
.getElementById("learn-more")
|
||||
|
||||
Reference in New Issue
Block a user