Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-aly3n committed Mar 27, 2024
1 parent e47322a commit 1758df1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const ToRoadmapAction: React.FC = () => {
<button
className="px-5 py-3 mt-11 bg-primary-500 hover:bg-primary-900/80
text-neutral-50 hover:text-neutral-50 rounded-full text-small-bold flex gap-x-2
duration-500 border-2 border-transparent hover:border-primary-500 stroke-black hover:stroke-white"
duration-500 border-2 border-transparent hover:border-primary-500 stroke-white hover:stroke-white"
>
<span>Roadmap Document</span>
<span className="animate-bounceX w-2 aspect-[10/17] mt-1">
Expand Down

0 comments on commit 1758df1

Please sign in to comment.