Skip to content

Commit

Permalink
ui: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Oct 10, 2023
1 parent de6f5b1 commit be3b014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/project/resources.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class="items-center justify-center box">+ Add New Resource</a>
<a class="box group"
href="{{ route('project.application.configuration', [$project->uuid, $environment->name, $application->uuid]) }}">
<div class="flex flex-col mx-6">
<div class=" group-hover:text-white">{{ $application->name }}</div>
<div class="font-bold text-white">{{ $application->name }}</div>
<div class="text-xs text-gray-400 group-hover:text-white">{{ $application->description }}</div>
</div>
</a>
Expand Down

0 comments on commit be3b014

Please sign in to comment.