Skip to content

Commit ccc5953

Browse files
committed
lint fix
1 parent 9fc10b3 commit ccc5953

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/static.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
docker cp "${container_id}:/go/src/app/dist/${file}" "./${file}"
256256
done
257257
docker rm "${container_id}"
258-
mv ${BINARY} ${BINARY}-gnu
258+
mv "${BINARY}" "${BINARY}-gnu"
259259
env:
260260
METADATA: ${{ steps.build.outputs.metadata }}
261261
BINARY: frankenphp-linux-${{ matrix.platform == 'linux/amd64' && 'x86_64' || 'aarch64' }}

package/content/example.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@
127127
</div>
128128

129129
<div class="logos">
130-
<a href="https://frankenphp.dev/"><img src="assets/frankenphp.png" height="56" width="174" alt="[ Powered by FrankenPHP ]" /></a>
131-
<a href="https://caddyserver.com/"><img src="assets/caddy.png" alt="[ Powered by Caddy ]" /></a>
130+
<a href="https://frankenphp.dev/"><img src="assets/frankenphp.png" height="50" width="166" alt="[ Powered by FrankenPHP ]" /></a>
131+
<a href="https://caddyserver.com/"><img src="assets/caddy.png" height="50" width="166" alt="[ Powered by Caddy ]" /></a>
132132
</div>
133133
</div>
134134
</div>

0 commit comments

Comments
 (0)