From e71f2699435ba1cca84e6eff4f137f5fd9070083 Mon Sep 17 00:00:00 2001 From: Xero Date: Tue, 12 Mar 2024 18:17:03 -0400 Subject: [PATCH] it's just a wishlist of plants --- app/views/wishlists/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/wishlists/index.html.erb b/app/views/wishlists/index.html.erb index 408c738..17a233e 100644 --- a/app/views/wishlists/index.html.erb +++ b/app/views/wishlists/index.html.erb @@ -4,7 +4,7 @@ <% end %>
-

Wishlists

+

Wishlist

<%= link_to 'New wishlist', new_wishlist_path, class: "rounded-lg py-3 px-5 bg-blue-600 text-white block font-medium" %>