Skip to content

Commit 24d585b

Browse files
authored
Merge pull request #204 from mrkeshav-05/fix/explore-book-icon
fix: explore books button redirect fixed
2 parents efaef77 + aecb34c commit 24d585b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ <h1 class="text-5xl md:text-6xl font-bold text-white mb-6 animate-fade-in-up">
233233
<span id="typed-text"></span>
234234
</div>
235235
<div class="animate-fade-in-up-delayed-2">
236-
<a href="./explore-books.html" class="inline-block bg-green-500 hover:bg-green-600 text-white font-semibold py-3 px-8 rounded-full transition duration-300 ease-in-out transform hover:scale-105 hover:shadow-lg focus:outline-none focus:ring-4 focus:ring-green-300 animate-bounce-subtle">
236+
<a href="./explore.html" class="inline-block bg-green-500 hover:bg-green-600 text-white font-semibold py-3 px-8 rounded-full transition duration-300 ease-in-out transform hover:scale-105 hover:shadow-lg focus:outline-none focus:ring-4 focus:ring-green-300 animate-bounce-subtle">
237237
Explore Books
238238
</a>
239239
<p class="text-sm text-gray-400 mt-4 animate-fade-in">Discover amazing stories and knowledge</p>

0 commit comments

Comments
 (0)