Skip to content

Link GitHub repository with an icon (fleet policy #91) - #54

Merged
sarthakagrawal927 merged 1 commit into
mainfrom
feat/github-icon-link
Sep 6, 2026
Merged

Link GitHub repository with an icon (fleet policy #91)#54
sarthakagrawal927 merged 1 commit into
mainfrom
feat/github-icon-link

Conversation

@sarthakagrawal927

Copy link
Copy Markdown
Member

Summary

  • Replaces the visible "Source" text link to this repo's GitHub with an icon-only link, per fleet policy Cleanup repos and migrate unused projects to personal org sass-maker/saas-maker#91.
  • The production landing is the Astro overlay in landing-astro/ (built via pnpm cf:build). There is no shared footer/header component here, so the identical .site-footer markup is duplicated across index.astro, faq.astro, and changelog/index.astro -- all three updated.
  • changelog/index.astro additionally had its own "Source" link in a page-header nav ("Roadmap" / "Source") -- also replaced (2 occurrences in that one file). The "Roadmap" links (to /issues) were left as-is -- not links to the repo itself.
  • Icon: inline GitHub-mark SVG, 16x16, fill="currentColor", aria-label/title "GitHub repository", target="_blank", rel="noopener noreferrer".

Files changed

  • landing-astro/src/pages/index.astro
  • landing-astro/src/pages/faq.astro
  • landing-astro/src/pages/changelog/index.astro
  • landing-astro/src/styles/landing.css (new .footer-github-link alignment rule)

Not touched: landing-astro/src/layouts/Layout.astro's JSON-LD sameAs entries -- machine-readable metadata, not a visible page link.

Verification

  • pnpm --filter ./landing-astro build -- passes; confirmed built HTML has the icon link on all 3 pages (2 on the changelog page) and no remaining "Source" text
  • pnpm lint -- 0 errors (38 pre-existing warnings, unrelated)
  • pnpm typecheck -- passes
  • pnpm test -- 124/124 tests pass

Generated with Claude Code

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
reader 81dd074 Sep 06 2026, 12:42 AM

@sarthakagrawal927
sarthakagrawal927 merged commit 6a2914b into main Sep 6, 2026
2 checks passed
@sarthakagrawal927
sarthakagrawal927 deleted the feat/github-icon-link branch September 6, 2026 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant