Skip to content

Commit d66bb1a

Browse files
authored
Fix "no more courses to show" alignment on mobile (#668)
1 parent 7daf48f commit d66bb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/pages/Explore.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export const Explore = () => {
211211
)}
212212
{!hasMore ? (
213213
courses?.length ? (
214-
<div className='mx-[200px] mt-4 text-center'>
214+
<div className='mx-auto mt-4 text-center'>
215215
<p className='text-gray-500 dark:text-gray-400'>
216216
No more courses to show
217217
</p>

0 commit comments

Comments
 (0)