1414 <div class =" hidden lg:block lg:col-span-2" >
1515 <div class =" divide-y divide-skin-base sticky space-y-6 top-4" >
1616 <div >
17- <h4 class =" text-xs text-skin-base font-medium leading-4 tracking-wide uppercase font-sans " >A propos de l’auteur</h4 >
17+ <h4 class =" text-xs text-skin-base font-medium leading-4 tracking-wide uppercase" >A propos de l’auteur</h4 >
1818 <div class =" mt-6 space-y-4" >
1919 <a href =" {{ route (' profile' , $author -> username ) } }" class =" shrink-0 block" >
2020 <div class =" flex items-center" >
2121 <div >
2222 <img class =" inline-block h-9 w-9 rounded-full" src =" {{ $author -> profile_photo_url } }" alt =" {{ $author -> username } }" >
2323 </div >
2424 <div class =" ml-3" >
25- <p class =" text-sm font-medium text-skin-inverted font-sans " >
25+ <p class =" text-sm font-medium text-skin-inverted" >
2626 {{ $author -> name } }
2727 </p >
28- <p class =" text-xs font-medium text-skin-muted font-sans " >
28+ <p class =" text-xs font-medium text-skin-muted" >
2929 {{ ' @' . $author -> username } }
3030 </p >
3131 </div >
3232 </div >
3333 </a >
3434 @if ($author -> bio )
35- <p class =" text-sm text-skin-base leading-5 font-normal " >{{ $author -> bio } } </p >
35+ <p class =" text-sm text-skin-base leading-5" >{{ $author -> bio } } </p >
3636 @endif
3737 <div class =" flex space-x-3" >
3838
111111 </div >
112112 </div >
113113 <h1 class =" text-2xl font-extrabold text-skin-inverted tracking-tight font-sans sm:text-3xl sm:leading-10 md:text-4xl lg:text-5xl lg:leading-[3.5rem]" >{{ $article -> title } } </h1 >
114- <a href =" /user/ {{ $article -> author -> username } }" class =" mt-3 shrink-0 group block lg:hidden" >
114+ <a href =" {{ route ( ' profile ' , $article -> author -> username ) } }" class =" mt-3 shrink-0 group block lg:hidden" >
115115 <div class =" flex items-center" >
116116 <div >
117117 <img class =" inline-block h-8 w-8 rounded-full" src =" {{ $article -> author -> profile_photo_url } }" alt =" {{ $article -> author -> username } }" >
118118 </div >
119119 <div class =" ml-3" >
120- <p class =" text-sm font-medium text-skin-base " >
120+ <p class =" text-sm font-medium text-skin-inverted " >
121121 {{ $article -> author -> name } }
122122 </p >
123- <p class =" text-xs font-medium text-green-500 group-hover:text- skin-primary " >
123+ <p class =" text-xs text-skin-muted " >
124124 {{ ' @' . $article -> author -> username } }
125125 </p >
126126 </div >
@@ -144,17 +144,17 @@ class="mt-8 prose prose-lg prose-green text-skin-base mx-auto md:prose-xl lg:max
144144 <img class =" inline-block h-9 w-9 rounded-full" src =" {{ $author -> profile_photo_url } }" alt =" {{ $author -> username } }" >
145145 </div >
146146 <div class =" ml-3" >
147- <p class =" text-sm font-medium text-skin-inverted font-sans " >
147+ <p class =" text-sm font-medium text-skin-inverted" >
148148 {{ $author -> name } }
149149 </p >
150- <p class =" text-xs font-medium text-skin-muted font-sans " >
150+ <p class =" text-xs font-medium text-skin-muted font-mono " >
151151 {{ ' @' . $author -> username } }
152152 </p >
153153 </div >
154154 </div >
155155 </a >
156156 @if ($author -> bio )
157- <p class =" text-sm text-skin-base leading-5 font-normal " >{{ $author -> bio } } </p >
157+ <p class =" text-sm text-skin-base leading-5" >{{ $author -> bio } } </p >
158158 @endif
159159 <div class =" flex space-x-3" >
160160
@@ -186,7 +186,7 @@ class="mt-8 prose prose-lg prose-green text-skin-base mx-auto md:prose-xl lg:max
186186 <div class =" py-6" >
187187 <p class =" text-base text-skin-base font-normal" >Vous aimez cet article ? Faite le savoir en partageant</p >
188188 <div class =" mt-4 space-y-4 sm:flex sm:items-center sm:space-y-0 sm:space-x-4" >
189- <a href =" https://twitter.com/share?text={{ urlencode (' "' . $article -> title . ' " par ' . ($article -> author -> twitter () ? ' @' . $article -> author -> twitter () : $article -> author -> name ) . ' - ' ) } } &url={{ urlencode (route (' articles.show' , $article )) } }"
189+ <a href =" https://twitter.com/share?text={{ urlencode (' "' . $article -> title . ' " par ' . ($article -> author -> twitter () ? ' @' . $article -> author -> twitter () : $article -> author -> name ) . ' #caparledev - ' ) } } &url={{ urlencode (route (' articles.show' , $article )) } }"
190190 class =" inline-flex items-center py-2 px-4 border border-skin-base rounded-md shadow-sm bg-skin-button text-sm leading-5 font-normal text-skin-base hover:bg-skin-button-hover focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-body focus:ring-green-500" >
191191 <x-icon .twitter class =" h-5 w-5 mr-1.5" />
192192 Twitter
0 commit comments