Skip to content

Commit

Permalink
fix(#pccontroller): fix play link layout
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardRNStudio committed Aug 17, 2024
1 parent 5b940fb commit 0413e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/projects/pccontroller/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const PCControllerPage = () => (
target="_blank"
>
<GooglePlayIcon width={20} height={20} />
<span>Available on Google Play</span>
<span className="text-white">Available on Google Play</span>
</a>
</div>
</Template>
Expand Down

0 comments on commit 0413e72

Please sign in to comment.