diff --git a/content/docs/templates/private-docker-images.md b/content/docs/templates/private-docker-images.md
index ea9c9ef9a..408a2219a 100644
--- a/content/docs/templates/private-docker-images.md
+++ b/content/docs/templates/private-docker-images.md
@@ -15,7 +15,7 @@ This is useful for:
To add a private Docker image to your template:
1. In the template editor, add a service with a Docker image source
-2. Enter your registry credentials in the service settings (username and password for Dockerhub, username and access token for Github registry)
+2. Enter your registry credentials in the service settings (username and password for Dockerhub, username and access token for GitHub registry)
3. Railway encrypts and stores the credentials securely
When users deploy your template, Railway authenticates with your registry to pull the image. Users see that the service uses hidden registry credentials, but cannot access the credentials themselves.
diff --git a/content/guides/deploy-an-otel-collector-stack.md b/content/guides/deploy-an-otel-collector-stack.md
index 798fbdddd..38f5a9ab9 100644
--- a/content/guides/deploy-an-otel-collector-stack.md
+++ b/content/guides/deploy-an-otel-collector-stack.md
@@ -39,7 +39,7 @@ To be successful using this tutorial, you should already have -
If you are looking for a quicker way to get started, you can deploy the collector and backend stack from a template by clicking the button below.
-There is also a live demo of the project you will build in this tutorial here, and you can access the code repository here in Github. You can find some example apps, including the one you will build in this tutorial, in the exampleApps folder.
+There is also a live demo of the project you will build in this tutorial here, and you can access the code repository here in GitHub. You can find some example apps, including the one you will build in this tutorial, in the exampleApps folder.
**Let's get started!**
diff --git a/content/guides/github-actions-post-deploy.md b/content/guides/github-actions-post-deploy.md
index 7264ef316..87eefb410 100644
--- a/content/guides/github-actions-post-deploy.md
+++ b/content/guides/github-actions-post-deploy.md
@@ -9,13 +9,13 @@ tags:
topic: architecture
---
-[Github Actions](https://github.com/features/actions) come with a pretty neat set of features to automate your workflows. This post talks about using Github Actions to run post-deploy actions.
+[GitHub Actions](https://github.com/features/actions) come with a pretty neat set of features to automate your workflows. This post talks about using GitHub Actions to run post-deploy actions.
-At Railway, we've set up Github triggers for automatic deployments when you push to a selected branch, and with Github Actions, you can automate several parts of your development workflow. Recently, within the Railway [Discord](https://discord.gg/railway) and [Slack](/platform/support#slack), we've had a couple of users ask us how they'd go about running commands or webhooks after their app is deployed so we thought it'd be a good idea to publish a short tutorial doing just that, with Github Actions.
+At Railway, we've set up GitHub triggers for automatic deployments when you push to a selected branch, and with GitHub Actions, you can automate several parts of your development workflow. Recently, within the Railway [Discord](https://discord.gg/railway) and [Slack](/platform/support#slack), we've had a couple of users ask us how they'd go about running commands or webhooks after their app is deployed so we thought it'd be a good idea to publish a short tutorial doing just that, with GitHub Actions.
## The action
-Since Railway makes the deployment status available to Github, you'll be using the `deployment_status` event to trigger your action. This event is triggered when a deployment status changes, and you'll be using the `success` state to trigger your action.
+Since Railway makes the deployment status available to GitHub, you'll be using the `deployment_status` event to trigger your action. This event is triggered when a deployment status changes, and you'll be using the `success` state to trigger your action.
Make a new file in your repository called `.github/workflows/post-deploy.yml` and add the following -
diff --git a/content/guides/github-actions-pr-environment.md b/content/guides/github-actions-pr-environment.md
index fcb010854..d74b16306 100644
--- a/content/guides/github-actions-pr-environment.md
+++ b/content/guides/github-actions-pr-environment.md
@@ -10,7 +10,7 @@ tags:
topic: architecture
---
-[Github Actions](https://github.com/features/actions) come with a pretty neat set of features to automate your workflows. This post talks about using Github Actions alongside the [Railway CLI](https://github.com/railwayapp/cli) to create specific environments for any PR that is created, alongside closing it whenever it is closed/merged.
+[GitHub Actions](https://github.com/features/actions) come with a pretty neat set of features to automate your workflows. This post talks about using GitHub Actions alongside the [Railway CLI](https://github.com/railwayapp/cli) to create specific environments for any PR that is created, alongside closing it whenever it is closed/merged.
This can be useful if you need to create a branch on a [Neon](https://neon.tech) database, allowing you to automatically inject the correct database url.
diff --git a/public/icons/sprite.svg b/public/icons/sprite.svg
index b99b3fb72..d5312fa01 100644
--- a/public/icons/sprite.svg
+++ b/public/icons/sprite.svg
@@ -102,7 +102,7 @@
-
+
diff --git a/src/assets/icons/types.ts b/src/assets/icons/types.ts
index 55c1f27b6..0fe2b65fa 100644
--- a/src/assets/icons/types.ts
+++ b/src/assets/icons/types.ts
@@ -21,7 +21,7 @@ export const iconNames = [
"FileText",
"File",
"Folder",
- "Github",
+ "GitHub",
"Home",
"InfoCircle",
"LinkSquare",
diff --git a/src/components/footer.tsx b/src/components/footer.tsx
index 94ab7a5ba..8611c6d8d 100644
--- a/src/components/footer.tsx
+++ b/src/components/footer.tsx
@@ -21,7 +21,7 @@ export const Footer: React.FC = ({
href={gitHubEditLink}
className="inline-flex items-center gap-2 text-sm text-muted-base hover:text-muted-high-contrast transition-colors"
>
-
+
Edit this page on GitHub
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index a4a68c784..c34469623 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -767,7 +767,7 @@ const Home: NextPage = () => {
href="https://github.com/railwayapp/docs"
className="text-muted-base hover:text-muted-high-contrast transition-colors"
>
-
+