Skip to content

Commit

Permalink
Make StyleCI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jessarcher committed Aug 8, 2022
1 parent d4b00bf commit c18374d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion stubs/inertia-react/resources/js/Pages/Welcome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ export default function Welcome(props) {
Log in
</Link>

<Link href={route('register')} className="ml-4 text-sm text-gray-700 dark:text-gray-500 underline">
<Link
href={route('register')}
className="ml-4 text-sm text-gray-700 dark:text-gray-500 underline"
>
Register
</Link>
</>
Expand Down

0 comments on commit c18374d

Please sign in to comment.