Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rocket.Chat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RocketChat
Rocket.Chat
Commits
a4b41273
Unverified
Commit
a4b41273
authored
6 years ago
by
Tasso Evangelista
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #11708 from RocketChat/fix-setup-wizard-logo
[FIX] Broken logo on setup wizard
parents
fb217130
a96f78d9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/rocketchat-setup-wizard/client/setupWizard.html
+1
-1
1 addition, 1 deletion
packages/rocketchat-setup-wizard/client/setupWizard.html
packages/rocketchat-theme/client/imports/components/setup-wizard.css
+1
-0
1 addition, 0 deletions
...cketchat-theme/client/imports/components/setup-wizard.css
with
2 additions
and
1 deletion
packages/rocketchat-setup-wizard/client/setupWizard.html
+
1
−
1
View file @
a4b41273
...
...
@@ -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"
>
...
...
This diff is collapsed.
Click to expand it.
packages/rocketchat-theme/client/imports/components/setup-wizard.css
+
1
−
0
View file @
a4b41273
...
...
@@ -25,6 +25,7 @@
&-logo
{
margin
:
0
0.375rem
;
height
:
1.5rem
;
}
&
-tag
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment