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 755ba2a commit e70324aCopy full SHA for e70324a
pages/index.js
@@ -41,7 +41,7 @@ function Home({ data }) {
41
href="#"
42
className="inline-flex items-center py-2 px-3 text-sm font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"
43
>
44
- Read more
+ {/* Read more
45
<svg
46
className="ml-2 -mr-1 w-4 h-4"
47
fill="currentColor"
@@ -53,7 +53,7 @@ function Home({ data }) {
53
d="M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z"
54
clip-rule="evenodd"
55
></path>
56
- </svg>
+ </svg> */}
57
</a>
58
</div>
59
0 commit comments