Skip to content

Commit 3107955

Browse files
authored
feat: (LAR-20) add xp to dashboard user (#202)
1 parent 4d67906 commit 3107955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/user/stats.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
{{ __('pages/account.dashboard.stats.experience') }}
4545
</dt>
4646
<dd class="mt-2 text-3xl font-semibold font-mono slashed-zero tabular-nums text-gray-900 dark:text-white">
47-
0
47+
{{ $user->getPoints() }}
4848
</dd>
4949
<span class="absolute z-0 -bottom-2 right-0 text-primary-600/50 rotate-12 transform transition duration-200 ease-in-out group-hover:scale-105 group-hover:rotate-[10deg]">
5050
<x-untitledui-trophy-02 class="size-20" stroke-width="1.5" aria-hidden="true" />

0 commit comments

Comments
 (0)