Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Feb 13, 2024
1 parent ac65bd9 commit 1e48e29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions stubs/inertia-react/resources/js/Pages/Welcome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,7 @@ export default function Welcome({ auth, laravelVersion, phpVersion }) {
</div>

<div className="flex justify-center mt-16 px-6 sm:items-center sm:justify-between">
<div className="text-center text-sm sm:text-start">
&nbsp;
</div>
<div className="text-center text-sm sm:text-start">&nbsp;</div>

<div className="text-center text-sm text-gray-500 dark:text-gray-400 sm:text-end sm:ms-0">
Laravel v{laravelVersion} (PHP v{phpVersion})
Expand Down
4 changes: 1 addition & 3 deletions stubs/inertia-vue-ts/resources/js/Pages/Welcome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,7 @@ defineProps<{
</div>

<div class="flex justify-center mt-16 px-6 sm:items-center sm:justify-between">
<div class="text-center text-sm sm:text-start">
&nbsp;
</div>
<div class="text-center text-sm sm:text-start">&nbsp;</div>

<div class="text-center text-sm text-gray-500 dark:text-gray-400 sm:text-end sm:ms-0">
Laravel v{{ laravelVersion }} (PHP v{{ phpVersion }})
Expand Down
4 changes: 1 addition & 3 deletions stubs/inertia-vue/resources/js/Pages/Welcome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,7 @@ defineProps({
</div>

<div class="flex justify-center mt-16 px-6 sm:items-center sm:justify-between">
<div class="text-center text-sm sm:text-start">
&nbsp;
</div>
<div class="text-center text-sm sm:text-start">&nbsp;</div>

<div class="text-center text-sm text-gray-500 dark:text-gray-400 sm:text-end sm:ms-0">
Laravel v{{ laravelVersion }} (PHP v{{ phpVersion }})
Expand Down

0 comments on commit 1e48e29

Please sign in to comment.