Skip to content
Snippets Groups Projects
Unverified Commit a4b41273 authored by Tasso Evangelista's avatar Tasso Evangelista Committed by GitHub
Browse files

Merge pull request #11708 from RocketChat/fix-setup-wizard-logo

[FIX] Broken logo on setup wizard
parents fb217130 a96f78d9
No related branches found
No related tags found
Loading
......@@ -39,7 +39,7 @@
<template name="setupWizardInfo">
<section class="setup-wizard-info">
<header class="setup-wizard-info__header">
<img class="setup-wizard-info__header-logo" src="images/logo/logo-black.svg">
<img class="setup-wizard-info__header-logo" src="images/logo/logo.svg">
<span class="setup-wizard-info__header-tag">{{_ "Setup Wizard"}}</span>
</header>
<div class="setup-wizard-info__content">
......
......@@ -25,6 +25,7 @@
&-logo {
margin: 0 0.375rem;
height: 1.5rem;
}
&-tag {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment