Skip to content

Commit

Permalink
add pps param when redirecting to skinport
Browse files Browse the repository at this point in the history
  • Loading branch information
timche committed Jan 7, 2024
1 parent d5b3e2a commit 0703fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/phishing-blocker/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ function App() {
skinportLink: (
<Link
className="text-white hover:text-red transition-colors"
href={getSkinportUrl()}
href={getSkinportUrl(`?pps=${blockedHost}`)}
/>
),
}}
/>
</p>
</div>
<Button asChild>
<Link href={getSkinportUrl()}>
<Link href={getSkinportUrl(`?pps=${blockedHost}`)}>
{getI18nMessage("phishingBlocker_goToSkinport")}
</Link>
</Button>
Expand Down

0 comments on commit 0703fe9

Please sign in to comment.