File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,6 @@ function AuthorCredit({
193193 < div className = "sr-only group-hover:not-sr-only group-focus-within:not-sr-only hover:sr-only" >
194194 < p className = "bg-card dark:bg-card-dark text-center text-sm text-secondary dark:text-secondary-dark leading-tight dark:text-secondary-dark p-2 rounded-lg absolute left-1/2 -top-4 -translate-x-1/2 -translate-y-full group-hover:flex group-hover:opacity-100 after:content-[''] after:absolute after:left-1/2 after:top-[95%] after:-translate-x-1/2 after:border-8 after:border-x-transparent after:border-b-transparent after:border-t-card after:dark:border-t-card-dark opacity-0 transition-opacity duration-300" >
195195 < cite >
196- Illustrated by{ ' ' }
197196 { authorLink ? (
198197 < a
199198 target = "_blank"
@@ -204,7 +203,8 @@ function AuthorCredit({
204203 </ a >
205204 ) : (
206205 author
207- ) }
206+ ) } { ' ' }
207+ tarafından görselleştirilmiştir.
208208 </ cite >
209209 </ p >
210210 </ div >
You can’t perform that action at this time.
0 commit comments