This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

Update GuestNavbar.tsx

+3 -3
+3 -3
src/webapp/components/navigation/guestNavbar/GuestNavbar.tsx
··· 35 35 </Group> 36 36 37 37 <AppShellSection grow component={ScrollArea}> 38 - <Stack mt={'xl'}> 38 + <Stack mt={'md'}> 39 39 <Stack> 40 40 <Text fw={600} fz={'xl'}> 41 41 A social knowledge network for research 42 42 </Text> 43 - <Group grow> 43 + <Group gap={'xs'}> 44 44 <LinkButton href="/signup">Sign up</LinkButton> 45 45 <LinkButton 46 46 href="/login" ··· 51 51 </LinkButton> 52 52 </Group> 53 53 54 - <Stack gap={5}> 54 + <Stack gap={5} mt={'md'}> 55 55 <NavItem 56 56 href="/explore" 57 57 label="Explore"