Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Commit f185744

Browse files
WillTaylorDevkristianfreeman
authored andcommitted
WC-3228 Ensure logo.svg is accessible at /logo.svg
- Updates the readme to highlight this file is being referenced outside of this repository - Moves logo.svg to the root, updates the footer to the new location
1 parent 2293556 commit f185744

File tree

4 files changed

+52
-1
lines changed

4 files changed

+52
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ Make sure to deploy the output of `npm run build`
3434

3535
- `build/server`
3636
- `build/client`
37+
38+
# Image resources
39+
40+
`logo.svg` is being used by [Workers Builds](https://developers.cloudflare.com/workers/ci-cd/builds/) for displaying the Workers logo in pull request comments. Please ensure that this file remains accessible at /logo.svg.

app/components/footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Footer = () => (
1515
<img
1616
className="Footer--logo-link-image"
1717
alt="Workers logo"
18-
src="https://workers.cloudflare.com/resources/logo/logo.svg"
18+
src="https://workers.cloudflare.com/logo.svg"
1919
/>
2020
</a>
2121
</div>

public/logo.svg

Lines changed: 46 additions & 0 deletions
Loading

public/logo.svg.README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
`logo.svg` is being used by [Workers Builds](https://developers.cloudflare.com/workers/ci-cd/builds/) for displaying the Workers logo in pull request comments. Please ensure that this file remains accessible at /logo.svg.

0 commit comments

Comments
 (0)