Skip to content

Commit 0892dfe

Browse files
author
ahmadhuss
committed
feat: Updated first letter
1 parent a1c1d43 commit 0892dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/home.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</a>
6161
<div class="card-body">
6262
<h4 class="card-title">
63-
<a href="/product/{{ $product->name }}">{{ $product->name }}</a>
63+
<a href="/product/{{ $product->name }}">{{ ucfirst($product->name) }}</a>
6464
</h4>
6565
<h5>${{ $product->price }}</h5>
6666
<p class="card-text">

0 commit comments

Comments
 (0)