Skip to content

Commit

Permalink
fix: remove arrow from button
Browse files Browse the repository at this point in the history
  • Loading branch information
LBBO committed Aug 16, 2023
1 parent a0b40bd commit 6a456bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/OryNetworkCta/ory-network-cta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ export const OryNetworkCta = () => {
</span>
</p>
</div>
<div className="ory-network-cta__button">
{cta} <span aria-hidden>-‍&gt;</span>
</div>
<div className="ory-network-cta__button">{cta}</div>
</div>
</a>
)
Expand Down

0 comments on commit 6a456bc

Please sign in to comment.