Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
crutkas authored and udit3333 committed Feb 19, 2020
1 parent 260007a commit 84de72c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions src/settings-web/src/components/GeneralSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,17 +237,25 @@ export class GeneralSettings extends React.Component <any, any> {
target='_blank'
>Check for updates</PrimaryButton>
<Link
href="https://github.com/microsoft/PowerToys#privacy-statement"
href="https://github.com/microsoft/PowerToys/issues/new?assignees=&labels=&template=bug_report.md&title="
target='_blank'
styles = {{
root: {
paddingTop: '10px'
}
}}
>Report a bug</Link>
<Link
href="https://github.com/microsoft/PowerToys/issues/new?assignees=&labels=&template=feature_request.md&title="
target='_blank'
>Request a feature</Link>
<Link
href="https://github.com/microsoft/PowerToys#privacy-statement"
target='_blank'
>Privacy statement</Link>
</Stack>
{/* An empty span to always give 30px padding in Edge. */}
<span/>
<span />
</Stack>
)
}
Expand Down
2 changes: 1 addition & 1 deletion src/settings/settings-html/dist/bundle.js

Large diffs are not rendered by default.

0 comments on commit 84de72c

Please sign in to comment.