File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
<div class =" flex flex-row space-x-4 items-center" >
9
9
@svg (' icon-link' , ' mr-1.5 text-emerald-600 text-3xl' )
10
10
<div >
11
- <p class =" text-slate-400 text-sm font-medium uppercase leading-4" >Total Links</p >
11
+ <p class =" text-slate-600 text-sm font-medium leading-4" >Total Links</p >
12
12
<p class =" text-2xl font-bold text-slate-900 inline-flex items-center space-x-2" >
13
13
{{ n_abb ($url -> authUserUrlCount (auth ()-> id ())) } }
14
14
</p >
19
19
<div class =" flex flex-row space-x-4 items-center" >
20
20
@svg (' icon-chart-line-alt' , ' mr-1.5 text-amber-600 text-3xl' )
21
21
<div >
22
- <p class =" text-slate-400 text-sm font-medium uppercase leading-4" >Total Clicks</p >
22
+ <p class =" text-slate-600 text-sm font-medium leading-4" >Total Clicks</p >
23
23
<p class =" text-2xl font-bold text-slate-900 inline-flex items-center space-x-2" >
24
24
{{ $urlVisitCount } }
25
25
</p >
You can’t perform that action at this time.
0 commit comments