File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
resources/views/components/forum Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
<article class =" rounded-xl p-4 bg-white ring-1 ring-gray-200/50 transition duration-200 ease-in-out dark:bg-gray-800 dark:ring-white/10 dark:hover:bg-white/10 lg:p-5" aria-labelledby =" {{ $thread -> slug } }" >
6
6
<x-forum .thread-channels :thread =" $thread" />
7
7
8
- <div class =" flex items-center gap-4" >
9
- <h2 id =" question-title-{{ $thread -> id } }" class =" truncate text-xl font-medium text-gray-900 dark:text-white lg:text-xl " >
8
+ <div class =" flex fle-wrap items-center gap-4" >
9
+ <h2 id =" question-title-{{ $thread -> id } }" class =" text-xl font-heading/7 font-semibold text-gray-900 dark:text-white" >
10
10
<x-link :href =" route('forum.show', $thread)" class =" hover:underline" >
11
11
{{ $thread -> subject () } }
12
12
</x-link >
You can’t perform that action at this time.
0 commit comments