diff --git a/app/views/main/dashboard.html.erb b/app/views/main/dashboard.html.erb
index 3359777..75bf75f 100644
--- a/app/views/main/dashboard.html.erb
+++ b/app/views/main/dashboard.html.erb
@@ -1,13 +1,10 @@
-<%= link_to 'Total sightings per capita by US state', per_capita_by_state_path %>
-<%= link_to 'Sightings by country', countries_path %>
-<%= link_to 'Sightings by year', years_path %>
-<%= link_to 'Sightings by US city', cities_path %>
-<%= link_to 'Total sightings by reported shape', shapes_path %>
-
+<%= link_to 'Total sightings by US state', states_path, class: "dropbtn" %>
+<%= link_to 'Total sightings per capita by US state', per_capita_by_state_path, class: "dropbtn" %>
+<%= link_to 'Sightings by country', countries_path, class: "dropbtn" %>
+<%= link_to 'Sightings by year', years_path, class: "dropbtn" %>
+<%= link_to 'Sightings by US city', cities_path, class: "dropbtn" %>
+<%= link_to 'Total sightings by reported shape', shapes_path, class: "dropbtn" %>