diff --git a/app/views/static_pages/home/_curriculum.html.erb b/app/views/static_pages/home/_curriculum.html.erb
index e607d2f9f8..51d2eb4d4e 100644
--- a/app/views/static_pages/home/_curriculum.html.erb
+++ b/app/views/static_pages/home/_curriculum.html.erb
@@ -7,9 +7,9 @@
<% courses.each do |course| %>
<%= link_to path_course_path(course.path, course),
- class: 'w-60 sm:w-56 bg-white dark:bg-gray-800 dark:border dark:border-gray-700 py-6 px-10 flex flex-col items-center text-center hover:shadow-lg m-4' do %>
+ class: 'rounded-lg w-60 sm:w-56 bg-white dark:bg-gray-800 dark:border dark:border-gray-700 py-6 px-10 flex flex-col items-center text-center hover:shadow-lg m-4' do %>
<%= image_tag course.badge_uri, alt: '', class: 'h-20 w-20 sm:h-40 sm:w-40' %>
-
+
<%= course.title %>
<% end %>