Skip to content

Commit

Permalink
Changes for #1140 and #569 (#1152)
Browse files Browse the repository at this point in the history
  • Loading branch information
crutkas authored Jan 27, 2020
1 parent 9b4b7cf commit 79ac2be
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 79ac2be

Please sign in to comment.