We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301c1bd commit 9857689Copy full SHA for 9857689
src/views/Home.vue
@@ -10,7 +10,7 @@
10
<div class="mt-10 sm:mt-20 flex justify-center">
11
<router-link
12
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"
+ 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"
14
aria-label="More Projects"
15
>
16
<Button title="More Projects" />
0 commit comments