/deploy: add fixed height to deploy button image

This commit is contained in:
Sidney Alcantara
2021-09-22 14:31:12 +10:00
parent 390f3ecd39
commit ef605484ee

View File

@@ -64,6 +64,8 @@ export default function DeployPage() {
src="https://deploy.cloud.run/button.svg"
alt="Run on Google Cloud"
style={{ display: "block" }}
width={286}
height={50}
/>
</a>