cutting out more crap...know my main value

This commit is contained in:
talksik
2022-06-20 15:15:33 -05:00
parent c27e9cc29f
commit 09dddb13a2
2 changed files with 13 additions and 40 deletions
+3 -1
View File
@@ -50,7 +50,9 @@ export default function Terminal() {
>
<Navbar />
<Box sx={{ p: 2 }}>{searchQuery ? <OmniSearchResults /> : <ConversationList />}</Box>
<Box sx={{ p: 2, pt: 0 }}>
{searchQuery ? <OmniSearchResults /> : <ConversationList />}
</Box>
</Grid>
<Grid