- {isMinimized ? (
- {
- setGrowMinimized(false);
- setIsMinimized(false);
- }}
- >
-
-
- ) : (
- {
- setGrowMinimized(true);
- setIsMinimized(true);
- }}
- >
-
-
- )}
@@ -626,7 +616,7 @@ const styles = StyleSheet.create({
},
leftSidebarFooterTxtItem: {
color: colors.TEXT_GREY(1),
- fontSize: 16,
+ fontSize: 15,
fontWeight: 400,
textDecoration: "none",
margin: "0 30px 12px",
@@ -637,7 +627,7 @@ const styles = StyleSheet.create({
leftSidebarFooterTxtItemMin: {
fontSize: 14,
fontWeight: 300,
- margin: "0 auto 12px",
+ margin: "0 auto 10px",
},
leftSidebarFooterItemsTop: {
display: "flex",
diff --git a/components/Home/sidebar/RootLeftSidebarSlider.tsx b/components/Home/sidebar/RootLeftSidebarSlider.tsx
index 7e63b797d..75a944c3a 100644
--- a/components/Home/sidebar/RootLeftSidebarSlider.tsx
+++ b/components/Home/sidebar/RootLeftSidebarSlider.tsx
@@ -63,6 +63,9 @@ function RootLeftSidebarSlider({
ind: number
): ReactElement => (
<>
+ {attrs.label === "Journals" && (
+ Browse
+ )}
{attrs.label === "Bounties" && (
ResearchCoin
)}
@@ -125,18 +128,13 @@ function RootLeftSidebarSlider({
>
Leaderboard
*/}
-