Skip to content

Commit

Permalink
update text
Browse files Browse the repository at this point in the history
  • Loading branch information
kaungthant1083 committed Apr 2, 2024
1 parent 4b16d51 commit cc86cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/Welcome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import GuestLayout from '@/Layouts/GuestLayout.vue';
<div class="absolute">
<div class="">
<h1 class="my-2 text-gray-800 font-bold text-2xl">
Todo App
Todo App by DevKTOps
</h1>
<p class="mb-10 my-2 text-gray-800">Simple Todo App Built with Laravel, Inertia.js and Vue.js</p>
<Link :href="route('todo')" class="sm:w-full lg:w-auto my-2 border rounded md py-4 px-8 text-center bg-indigo-600 text-white hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-indigo-700 focus:ring-opacity-50 mt-10">Start using the app</Link>
Expand Down

0 comments on commit cc86cfd

Please sign in to comment.