Skip to content

Commit

Permalink
Buttons refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
realstoman committed Jan 22, 2022
1 parent 301c1bd commit 9857689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="mt-10 sm:mt-20 flex justify-center">
<router-link
to="/projects"
class="font-general-medium flex items-center px-6 py-3 rounded-xl shadow-lg hover:shadow-xl bg-indigo-500 hover:bg-indigo-600 focus:ring-1 focus:ring-indigo-900 text-white text-lg sm:text-xl duration-300"
class="font-general-medium flex items-center px-6 py-3 rounded-lg shadow-lg hover:shadow-xl bg-indigo-500 hover:bg-indigo-600 focus:ring-1 focus:ring-indigo-900 text-white text-lg sm:text-xl duration-300"
aria-label="More Projects"
>
<Button title="More Projects" />
Expand Down

0 comments on commit 9857689

Please sign in to comment.