Skip to content

Commit 9857689

Browse files
committed
Buttons refactoring
1 parent 301c1bd commit 9857689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Home.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div class="mt-10 sm:mt-20 flex justify-center">
1111
<router-link
1212
to="/projects"
13-
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"
13+
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"
1414
aria-label="More Projects"
1515
>
1616
<Button title="More Projects" />

0 commit comments

Comments
 (0)