Skip to content

Commit 03e7e71

Browse files
committed
Update logo to svg
Change-type: patch Signed-off-by: Aaron Shaw <shawaj@gmail.com>
1 parent af0ad2d commit 03e7e71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/learn/deploy/deploy-with-balena-button.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ excerpt: The Deploy with {{ $names.company.lower }} button allows users to do a
77

88
The **Deploy with {{ $names.company.lower }}** button allows users to perform a single-click deployment and configuration of an application to {{ $names.cloud.lower }}.
99

10-
![Deploy with {{ $names.company.lower }}](https://balena.io/deploy.png)
10+
![Deploy with {{ $names.company.lower }}](https://balena.io/deploy.svg)
1111

1212
Clicking the **Deploy with {{ $names.company.lower }}** button opens the {{ $names.cloud.lower }} dashboard with a modal window pre-populated with everything required to deploy the application. Clicking the _Advanced_ toggle in the modal window allows adding additional configuration options. If the project has provided configuration variables via a [configuration file](#balenayml-configuration-file), they are pre-populated.
1313

@@ -21,9 +21,9 @@ __Note:__ Currently git submodules are not supported and will not build properly
2121

2222
You can add the **Deploy with {{ $names.company.lower }}** button to any project that can be deployed to {{ $names.cloud.lower }}. To add the button to a project repository, add the following to, for example, the project repository's README.md file:
2323

24-
`[![balena deploy button](https://www.balena.io/deploy.png)](https://dashboard.balena-cloud.com/deploy?repoUrl=<your-repo-url>)`
24+
`[![balena deploy button](https://www.balena.io/deploy.svg)](https://dashboard.balena-cloud.com/deploy?repoUrl=<your-repo-url>)`
2525

26-
Note that you can further customize the button's behavior through the use of [query string parameters](#query-string-parameters).
26+
The above example uses an SVG logo as this renders better on GitHub - however, you can also use the PNG version by changing the file ending `.svg` to `.png`. Note that you can further customize the button's behavior through the use of [query string parameters](#query-string-parameters).
2727

2828
### Query string parameters
2929

0 commit comments

Comments
 (0)