Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/readme-banner-full-width.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@googleworkspace/cli": patch
---

Improve README branding by making the hero banner full-width.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://raw.githubusercontent.com/googleworkspace/cli/refs/heads/main/docs/logo.png" alt="gws logo" width="200">
<img src="https://raw.githubusercontent.com/googleworkspace/cli/refs/heads/main/docs/logo.jpg" alt="gws logo" width="100%">
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better readability and to follow a more common convention for raw file URLs on GitHub, it's recommended to use the branch name directly instead of the refs/heads/main path. This makes the URL cleaner and easier to understand.

Suggested change
<img src="https://raw.githubusercontent.com/googleworkspace/cli/refs/heads/main/docs/logo.jpg" alt="gws logo" width="100%">
<img src="https://raw.githubusercontent.com/googleworkspace/cli/main/docs/logo.jpg" alt="gws logo" width="100%">

</p>

<h1 align="center">gws</h1>
Expand Down
Binary file added docs/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/logo.png
Binary file not shown.
Loading