We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4bd55 commit 94b5aabCopy full SHA for 94b5aab
frontend/peerprep/app/pages/userpage.tsx
@@ -58,13 +58,8 @@ export default function Userpage() {
58
<Grid.Col span={{ base: 6, md: 2 }}>
59
<StatsCard title="Hard" stat="1,234" color={theme.colors.red[5]} />
60
</Grid.Col>
61
-<<<<<<< HEAD
62
<Grid.Col span={{ base: 12, md: 2 }} offset={{ md: 2 }}>
63
<QueueModal />
64
-=======
65
- <Grid.Col span={{ base: 12, md: 1 }} offset={{ md: 3 }}>
66
- <Button fullWidth>Queue Up</Button>
67
->>>>>>> dc243d0e2b1ee601dbc077ccaee9b876eac1d2d5
68
69
</Grid>
70
0 commit comments