Link GitHub repository with an icon (fleet policy #91) - #75
Merged
Conversation
Replace every text "Source" / "source is public" link to the Setline GitHub repository with an icon-only inline SVG (GitHub mark, 20x20, currentColor). Covers the header nav, hero CTA note, and footer nav on index.html plus the footer nav on changelog, terms, and privacy. Adds a .gh alignment rule so the icon sits centered with neighbouring links. Refs sass-maker/saas-maker#91 Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
currentColor,aria-hidden), per fleet policy Cleanup repos and migrate unused projects to personal org sass-maker/saas-maker#91 — no visible "GitHub"/"Source" text.aria-label="GitHub repository",title="GitHub repository",target="_blank" rel="noopener noreferrer", and no visible text..ghalignment rule (display: inline-flex; align-items: center;, plustext-decoration: noneon legal pages where links are underlined by default) so the icon sits centered with neighbouring nav links. No other design changes.Files changed
public/index.html— header nav (was "Source"), hero CTA note (was "source is public"), footer nav (was "Source")public/changelog.html— footer nav (was "Source")public/terms.html— footer nav (was "Source")public/privacy.html— footer nav (was "Source")public/legal.css—.ghalignment/no-underline rule shared by the three legal pagesVerification
pnpm run format:check— all matched files use Prettier code stylepnpm run lint— cleanpnpm test— 25/25 passgrepconfirms no remaininggithub.com/Significant-Hobbies/setlinetext links (issues/Roadmap links left as-is since they point to/issues, not the repo)Generated with Devin