Skip to content

Commit

Permalink
revert various minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
toufali committed Feb 28, 2024
1 parent 762e19a commit cbb3024
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ const SignInBanner = () => {
);
};

export default SignInBanner;
export default SignInBanner;
1 change: 1 addition & 0 deletions app/javascript/styles/mastodon/containers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

.logo {
height: 42px;
margin-inline-end: 10px;
}

a {
Expand Down
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# English when a translation cannot be found).
config.i18n.fallbacks = true
config.i18n.fallbacks = [:en]

# Send deprecation notices to registered listeners.
config.active_support.deprecation = :notify
Expand Down

0 comments on commit cbb3024

Please sign in to comment.