Skip to content

Update logo in installing.html to use Ascender logo SVG - #371

Merged
cigamit merged 1 commit into
ctrliq:mainfrom
ssimpson89:fix-upgrade-logo
Jun 8, 2026
Merged

Update logo in installing.html to use Ascender logo SVG#371
cigamit merged 1 commit into
ctrliq:mainfrom
ssimpson89:fix-upgrade-logo

Conversation

@ssimpson89

Copy link
Copy Markdown
Contributor
SUMMARY

With the recent UI update, the Install/Upgrading page was referencing a deleted image. This now referenced the standard SVG.

Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 8, 2026 14:46

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the installation splash page branding by switching the displayed logo asset.

Changes:

  • Replace the installation page logo image source with an SVG asset.

<div class="pf-l-bullseye__item">
<div class="pf-l-bullseye">
<img src="{% static 'media/AscenderAuto_logo_h_rev_S_side_black.png' %}" width="300px" alt={{image_alt}} />
<img src="{% static 'media/Ascender_logo.svg' %}" width="300px" alt={{image_alt}} />
<div class="pf-l-bullseye__item">
<div class="pf-l-bullseye">
<img src="{% static 'media/AscenderAuto_logo_h_rev_S_side_black.png' %}" width="300px" alt={{image_alt}} />
<img src="{% static 'media/Ascender_logo.svg' %}" width="300px" alt={{image_alt}} />
@cigamit
cigamit merged commit 3d7f3f8 into ctrliq:main Jun 8, 2026
@cigamit cigamit self-assigned this Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants