Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Greenlight
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arbeitsgruppe Hardwarenahe IT-Systeme
Greenlight
Commits
41feef50
Unverified
Commit
41feef50
authored
Jan 19, 2023
by
Samuel Couillard
Committed by
GitHub
Jan 19, 2023
Browse files
Options
Downloads
Patches
Plain Diff
Fix Logo false class error (#4546)
parent
c21c0db9
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/javascript/components/shared_components/Logo.jsx
+1
-1
1 addition, 1 deletion
app/javascript/components/shared_components/Logo.jsx
with
1 addition
and
1 deletion
app/javascript/components/shared_components/Logo.jsx
+
1
−
1
View file @
41feef50
...
@@ -13,7 +13,7 @@ export default function Logo({ size }) {
...
@@ -13,7 +13,7 @@ export default function Logo({ size }) {
?
'
small-logo cursor-pointer
'
?
'
small-logo cursor-pointer
'
:
'
logo cursor-pointer position-absolute bottom-0 mx-auto start-0 end-0 text-center
'
;
:
'
logo cursor-pointer position-absolute bottom-0 mx-auto start-0 end-0 text-center
'
;
// Small Logo is used in Header only and does not require a wrapper
// Small Logo is used in Header only and does not require a wrapper
const
sizeWrapperClass
=
!
size
&&
'
logo-wrapper position-relative d-block mx-auto
'
;
const
sizeWrapperClass
=
!
size
?
'
logo-wrapper position-relative d-block mx-auto
'
:
undefined
;
if
(
isLoading
)
return
<
div
className
=
{
sizeWrapperClass
}
/>;
if
(
isLoading
)
return
<
div
className
=
{
sizeWrapperClass
}
/>;
...
...
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