-
Notifications
You must be signed in to change notification settings - Fork 16
feat: add banner and branding reference #82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
| @@ -1,4 +1,6 @@ | ||||||||
| # Ziex | ||||||||
| <p align="center"> | ||||||||
| <img src="https://raw.githubusercontent.com/ziex-dev/branding/main/banner.svg" alt="Ziex banner" width="100%" /> | ||||||||
| </p> | ||||||||
|
|
||||||||
|
||||||||
| # Ziex |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The banner is loaded from
branding/main/banner.svg. Referencing a moving branch means the README output can change without any changes in this repo (and could break if the file is moved/renamed). Consider pinning the URL to a specific commit SHA or a versioned tag/release asset to make the README deterministic.