Skip to content

Commit

Permalink
Merge pull request #11708 from RocketChat/fix-setup-wizard-logo
Browse files Browse the repository at this point in the history
[FIX] Broken logo on setup wizard
  • Loading branch information
tassoevan authored and sampaiodiego committed Aug 10, 2018
1 parent e3df820 commit c90dd6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rocketchat-setup-wizard/client/setupWizard.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h1 class="setup-wizard-forms__header-title">{{_ currentStepTitle}}</h1>
<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">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

&-logo {
margin: 0 0.375rem;
height: 1.5rem;
}

&-tag {
Expand Down

0 comments on commit c90dd6b

Please sign in to comment.