From 81dd074138b8574b7ae5af540fe457be47c6525f Mon Sep 17 00:00:00 2001
From: Sarthak Agrawal
Date: Sun, 6 Sep 2026 06:11:26 +0530
Subject: [PATCH] feat: link GitHub repository with an icon instead of text
Refs sass-maker/saas-maker#91
---
landing-astro/src/pages/changelog/index.astro | 26 +++++++++++++++++--
landing-astro/src/pages/faq.astro | 13 +++++++++-
landing-astro/src/pages/index.astro | 13 +++++++++-
landing-astro/src/styles/landing.css | 5 ++++
4 files changed, 53 insertions(+), 4 deletions(-)
diff --git a/landing-astro/src/pages/changelog/index.astro b/landing-astro/src/pages/changelog/index.astro
index 7c11786..8d05c2c 100644
--- a/landing-astro/src/pages/changelog/index.astro
+++ b/landing-astro/src/pages/changelog/index.astro
@@ -69,7 +69,18 @@ const releases = [
@@ -110,7 +121,18 @@ const releases = [
Privacy
FAQ
Roadmap
- Source
+
diff --git a/landing-astro/src/pages/faq.astro b/landing-astro/src/pages/faq.astro
index 499d4c1..65acad6 100644
--- a/landing-astro/src/pages/faq.astro
+++ b/landing-astro/src/pages/faq.astro
@@ -121,7 +121,18 @@ const faqJsonLd = {
Privacy
Changelog
Roadmap
- Source
+
diff --git a/landing-astro/src/pages/index.astro b/landing-astro/src/pages/index.astro
index 3f904c4..a72f248 100644
--- a/landing-astro/src/pages/index.astro
+++ b/landing-astro/src/pages/index.astro
@@ -287,7 +287,18 @@ const capabilities = [
Privacy
Changelog
Roadmap
- Source
+
diff --git a/landing-astro/src/styles/landing.css b/landing-astro/src/styles/landing.css
index 6812979..0021db9 100644
--- a/landing-astro/src/styles/landing.css
+++ b/landing-astro/src/styles/landing.css
@@ -113,6 +113,11 @@ summary {
text-decoration: underline;
}
+.footer-github-link {
+ display: inline-flex;
+ align-items: center;
+}
+
.btn-signin,
.btn-primary,
.btn-secondary {