diff --git a/frontend/src/css/files.css b/frontend/src/css/files.css
index 1a8d86681a..80c2db9137 100644
--- a/frontend/src/css/files.css
+++ b/frontend/src/css/files.css
@@ -2,4 +2,11 @@
text-align: left!important;
padding-left: 20px;
}
+
+#files-content-container .libraries-empty-tip {
+ color: #a4a4a4;
+ text-align: center;
+ padding: 4px 0;
+ border-bottom: 1px solid #e8e8e8;
+}
diff --git a/frontend/src/pages/libraries/index.js b/frontend/src/pages/libraries/index.js
index 981ba1c2f9..6a0134716a 100644
--- a/frontend/src/pages/libraries/index.js
+++ b/frontend/src/pages/libraries/index.js
@@ -8,7 +8,6 @@ import toaster from '../../components/toast';
import Repo from '../../models/repo';
import Group from '../../models/group';
import Loading from '../../components/loading';
-import EmptyTip from '../../components/empty-tip';
import TopToolbar from '../../components/toolbar/top-toolbar';
import MyLibsToolbar from '../../components/toolbar/my-libs-toolbar';
import GroupsToolbar from '../../components/toolbar/groups-toolbar';
@@ -193,22 +192,6 @@ class Libraries extends Component {
};
render() {
- const emptyTip = (
- {gettext('You have not created any libraries yet. A library is a container to organize your files and folders. A library can also be shared with others and synced to your connected devices. You can create a library by clicking the "New Library" button in the menu bar.')} {gettext('You are not in any groups. Groups allow multiple people to collaborate on libraries. You can create a group by clicking the "New Group" button in the menu bar.')} {gettext('You are not in any groups. Groups allow multiple people to collaborate on libraries. Groups you join will be listed here.')} {this.state.errorMsg} {gettext('No libraries')} {this.state.groupsErrorMsg}{gettext('No libraries')}
- {gettext('No groups')}
- {canAddGroup ?
-
{gettext('No libraries have been shared directly with you. A shared library can be shared with full or restricted permission. If you need access to a library owned by another user, ask the user to share the library with you.')}
-{gettext('No public libraries have been created yet. A public library is accessible by all users. You can create a public library by clicking the "Add Library" button in the menu bar.')}
-{gettext('No public libraries')}
: ( +{gettext('No public libraries have been created yet. A public library is accessible by all users. You can create a public library by clicking the "Add Library" button in the menu bar.')}
+