Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
QOTO
qoto
Commits
d25d1d7a
Commit
d25d1d7a
authored
Oct 26, 2020
by
Jeffrey Phillips Freeman
💥
Browse files
Merge branch 'qoto-fedibird' into qoto
parents
0f728d89
c0a94a80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
app/javascript/mastodon/features/getting_started/index.js
app/javascript/mastodon/features/getting_started/index.js
+5
-0
No files found.
app/javascript/mastodon/features/getting_started/index.js
View file @
d25d1d7a
...
...
@@ -13,6 +13,8 @@ import { List as ImmutableList } from 'immutable';
import
NavigationContainer
from
'
../compose/containers/navigation_container
'
;
import
Icon
from
'
mastodon/components/icon
'
;
import
LinkFooter
from
'
mastodon/features/ui/components/link_footer
'
;
import
FavouriteDomainPanel
from
'
mastodon/features/ui/components/favourite_domain_panel
'
;
import
FavouriteTagPanel
from
'
mastodon/features/ui/components/favourite_tag_panel
'
;
import
TrendsContainer
from
'
./containers/trends_container
'
;
const
messages
=
defineMessages
({
...
...
@@ -207,6 +209,9 @@ class GettingStarted extends ImmutablePureComponent {
{
navItems
}
<
/div
>
<
FavouriteDomainPanel
/>
<
FavouriteTagPanel
/>
{
!
multiColumn
&&
<
div
className
=
'
flex-spacer
'
/>
}
<
LinkFooter
withHotkeys
=
{
multiColumn
}
/
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment