Remove the dump call

Whoops! My bad.
This commit is contained in:
Refringe 2024-09-17 15:26:55 -04:00
parent 7c4753d38e
commit b1195ebb7c
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k

View File

@ -1,4 +1,3 @@
@dump($result)
<a href="/user/{{ $result['id'] }}/{{ Str::slug($result['name']) }}" class="{{ $linkClass }}"> <a href="/user/{{ $result['id'] }}/{{ Str::slug($result['name']) }}" class="{{ $linkClass }}">
<p>{{ $result['name'] }}</p> <p>{{ $result['name'] }}</p>
</a> </a>