From e714d91bcd0b7798da02e3a67379af200aa6be18 Mon Sep 17 00:00:00 2001 From: shark <95330865+Sharkri@users.noreply.github.com> Date: Sat, 29 Jul 2023 10:40:43 -0500 Subject: [PATCH] Fix: Make usage of "The Odin Project" consistent (#4035) ## Because It makes the usage of "The Odin Project" consistent ## This PR - Change casing - Reword Odin to The Odin Project ## Issue Closes #XXXXX ## Additional Information ## Pull Request Requirements - [x] I have thoroughly read and understand [The Odin Project Contributing Guide](https://github.com/TheOdinProject/theodinproject/blob/main/CONTRIBUTING.md) - [x] The title of this PR follows the `keyword: brief description of change` format, using one of the following keywords: - `Feature` - adds new or amends existing user-facing behavior - `Chore` - changes that have no user-facing value, refactors, dependency bumps, etc - `Fix` - bug fixes - [x] The `Because` section summarizes the reason for this PR - [x] The `This PR` section has a bullet point list describing the changes in this PR - [x] I have verified all tests and linters pass after making these changes. - [x] If this PR addresses an open issue, it is linked in the `Issue` section - [x] If applicable, this PR includes new or updated automated tests --- app/views/static_pages/about.html.erb | 2 +- app/views/static_pages/about/_overview.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/static_pages/about.html.erb b/app/views/static_pages/about.html.erb index 1523b11367..b539ec1da7 100644 --- a/app/views/static_pages/about.html.erb +++ b/app/views/static_pages/about.html.erb @@ -40,6 +40,6 @@
<%= render 'shared/bottom_cta', button: contribute_button, - heading: 'Help the Odin Project stay current and meaningful to all future students, please contribute!' %> + heading: 'Help The Odin Project stay current and meaningful to all future students, please contribute!' %>
diff --git a/app/views/static_pages/about/_overview.html.erb b/app/views/static_pages/about/_overview.html.erb index 3d47381bcd..6f9cda1ca3 100644 --- a/app/views/static_pages/about/_overview.html.erb +++ b/app/views/static_pages/about/_overview.html.erb @@ -44,7 +44,7 @@ <% end %> <% card.with_body(classes: 'prose prose-gray dark:prose-invert text-gray-500 dark:text-gray-300') do %>

This website and the curriculum it hosts are completely open source. That means anyone can work on new features or fix existing bugs on the website. This also extends to the curriculum itself, anyone can work on new lessons, add new resources and improve existing lessons.

-

The Odin project would not be possible without the hard work of contributors from all across the world. If you're interested in helping us make Odin better please find out how to contribute.

+

The Odin Project would not be possible without the hard work of contributors from all across the world. If you're interested in helping us make The Odin Project better, please find out how to contribute.

<% end %> <% end %>