Skip to content

Commit

Permalink
make go to skinport button bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
timche committed Jan 8, 2024
1 parent d590075 commit a1ec364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phishing-blocker/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function App() {
/>
</p>
</div>
<Button asChild>
<Button className="py-6 px-24 my-8" asChild>
<Link href={getSkinportUrl(`?pps=${blockedHost}`)}>
{getI18nMessage("phishingBlocker_goToSkinport")}
</Link>
Expand Down

0 comments on commit a1ec364

Please sign in to comment.