Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions web/templates/gsoc_landing_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ <h3 class="text-2xl font-semibold mb-4 text-gray-900 dark:text-white">🤝 Conne
target="_blank"
rel="noopener noreferrer"
class="text-orange-600 hover:text-orange-500 dark:text-orange-400 dark:hover:text-orange-300 transition-colors">
Slack community
</a>.
Slack community.
</a>
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion web/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ <h3 class="text-xl font-bold mb-2">Join us for Google Summer of Code 2025! 🚀<
</div>
</div>
<a href="{% url 'gsoc_landing_page' %}"
class="hidden sm:inline-flex items-center px-6 py-2 bg-white text-blue-600 rounded-full font-semibold hover:bg-blue-50 transition-colors duration-200 whitespace-nowrap">
class="inline-flex items-center px-6 py-2 bg-white text-blue-600 rounded-full font-semibold hover:bg-blue-50 transition-colors duration-200 whitespace-nowrap sm:inline-flex">
<span>Get Started with GSoC</span>
<i class="fas fa-arrow-right ml-2"></i>
</a>
Expand Down