Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Aug 13, 2020
1 parent 0e6e3cd commit 6130f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/settings.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<x-layouts.app :title="__('Settings')">
<div class="bg-gray-50 py-10">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<x-alert class="rounded-md bg-green-100 text-sm leading-5 font-medium text-green-700 p-4 mt-8 mb-10">
<x-alert class="rounded-md bg-green-100 text-sm leading-5 font-medium text-green-700 p-4 mb-10">
<x-heroicon-o-check-circle class="h-5 w-5 inline-block mr-1"/>
{{ $component->message() }}
</x-alert>
Expand Down

0 comments on commit 6130f13

Please sign in to comment.