Skip to content

Commit

Permalink
🐛 remove text-white (#3060)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKrisKrisu authored Dec 26, 2024
1 parent f2859a8 commit c469dc5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/views/dev/apps.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
@foreach($apps as $app)
<tr>
<td>
<a href="{{route('dev.apps.edit', ['appId' => $app->id])}}"
class="text-white">
<a href="{{route('dev.apps.edit', ['appId' => $app->id])}}">
{{ $app->name }}
</a>
</td>
Expand Down

0 comments on commit c469dc5

Please sign in to comment.