Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mastofe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Pleroma
mastofe
Commits
05cc5636
Unverified
Commit
05cc5636
authored
8 years ago
by
Jessica Stokes
Browse files
Options
Downloads
Patches
Plain Diff
Remove hamburger from "getting started"
parent
9c493b1e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/assets/javascripts/components/features/getting_started/index.jsx
+0
-12
0 additions, 12 deletions
...javascripts/components/features/getting_started/index.jsx
with
0 additions
and
12 deletions
app/assets/javascripts/components/features/getting_started/index.jsx
+
0
−
12
View file @
05cc5636
...
...
@@ -16,17 +16,6 @@ const mapStateToProps = state => ({
me
:
state
.
getIn
([
'
accounts
'
,
state
.
getIn
([
'
meta
'
,
'
me
'
])])
});
const
hamburgerStyle
=
{
background
:
'
#373b4a
'
,
color
:
'
#fff
'
,
fontSize
:
'
16px
'
,
padding
:
'
15px
'
,
position
:
'
absolute
'
,
right
:
'
0
'
,
top
:
'
-48px
'
,
cursor
:
'
default
'
};
const
GettingStarted
=
({
intl
,
me
})
=>
{
let
followRequests
=
''
;
...
...
@@ -37,7 +26,6 @@ const GettingStarted = ({ intl, me }) => {
return
(
<
Column
icon
=
'asterisk'
heading
=
{
intl
.
formatMessage
(
messages
.
heading
)
}
>
<
div
style
=
{
{
position
:
'
relative
'
}
}
>
<
div
style
=
{
hamburgerStyle
}
><
i
className
=
'fa fa-bars'
/></
div
>
<
ColumnLink
icon
=
'globe'
text
=
{
intl
.
formatMessage
(
messages
.
public_timeline
)
}
to
=
'/timelines/public'
/>
<
ColumnLink
icon
=
'cog'
text
=
{
intl
.
formatMessage
(
messages
.
settings
)
}
href
=
'/settings/profile'
/>
{
followRequests
}
...
...
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