Skip to content

Commit

Permalink
updated privacy policy link
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbalsoy committed Nov 6, 2023
1 parent dfdb1a9 commit bf49b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface/drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class DrawerContent extends Component<{}, DrawerContentState> {
{this.listItem("Github", mdiGithub, () => { window.open("https://github.com/" + githubLink, "_blank") }, githubLink)}
{this.listItem("Report Issues", mdiBug, () => { window.open("https://github.com/" + githubLink + "/issues", "_blank") })}
{this.listItem("Licenses", mdiBookOpenVariant, this.onLicenseDialogOpen)}
{this.listItem("Privacy Policy", mdiShieldAccountOutline, () => { window.open("https://" + website + "/privacy-policy", "_blank") })}
{this.listItem("Privacy Policy", mdiShieldAccountOutline, () => { window.open("https://" + website + "/privacy-policy?solar3", "_blank") })}
</div>
)
}
Expand Down

0 comments on commit bf49b7e

Please sign in to comment.