Skip to content

Commit 6892b5e

Browse files
authored
Merge pull request #23 from TappNetwork/fix-mobile-dashboard
fix course dashboard on mobile
2 parents 9db25cd + 2d4bb19 commit 6892b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/pages/dashboard.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<x-filament-panels::page>
2-
<div class="grid grid-cols-3 gap-y-4 sm:grid-cols-2 sm:gap-x-6 sm:gap-y-10 lg:grid-cols-3 lg:gap-x-8">
2+
<div class="grid grid-cols-1 gap-y-4 sm:grid-cols-2 sm:gap-x-6 sm:gap-y-10 lg:grid-cols-3 lg:gap-x-8">
33
@foreach ($courses as $course)
44
<x-filament-lms::course-card :course="$course"/>
55
@endforeach

0 commit comments

Comments
 (0)