Skip to content

Update SUMO logo and footer Mozilla logo #6734

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 25, 2025

Conversation

smithellis
Copy link
Contributor

No description provided.

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the footer’s primary logo by embedding the SUMO wordmark as a background image and defining its dimensions and background styling.

  • Adds an anchor wrapper for the primary logo in the footer.
  • Sets the wordmark SVG as a background image and defines width, height, and background color.
Comments suppressed due to low confidence (2)

kitsune/sumo/static/sumo/scss/layout/_footer.scss:54

  • Applying a white background behind a white wordmark may render the logo invisible; verify if this is intended or adjust to match the footer’s color scheme.
      background-color: rgb(255, 255, 255);

kitsune/sumo/static/sumo/scss/layout/_footer.scss:52

  • Using a background image on an anchor prevents screen readers from detecting the logo; consider using an element with meaningful alt text for better accessibility.
    a {

@@ -49,6 +49,12 @@

&-primary-logo {
margin-bottom: p.$spacing-lg;
a {
background: url('sumo/img/wordmark-white.svg') no-repeat center;
Copy link
Preview

Copilot AI Jun 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider using a Sass variable or helper function for the image path to ensure consistency with your asset pipeline and simplify future updates.

Copilot uses AI. Check for mistakes.

@akatsoulas akatsoulas merged commit a7c4d17 into mozilla:main Jun 25, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants