From 6d888f4059dff79ba64aad7c2129afa31c7fbfe0 Mon Sep 17 00:00:00 2001 From: Asartea <76259120+Asartea@users.noreply.github.com> Date: Fri, 14 Jul 2023 15:52:36 +0200 Subject: [PATCH] Feature: Change footer text color to match the default (#3969) ## Because - The current text color of the footer is both inaccessible and also just doesn't match the rest of TOP ## This PR - Changes it to the default text colors ## Issue Closes #3963 ## 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 --- app/views/shared/_footer.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_footer.html.erb b/app/views/shared/_footer.html.erb index f14d60e36e..a374f17d8b 100644 --- a/app/views/shared/_footer.html.erb +++ b/app/views/shared/_footer.html.erb @@ -74,7 +74,7 @@
-

© <%= Time.current.year %> The Odin Project. All rights reserved.

+

© <%= Time.current.year %> The Odin Project. All rights reserved.