diff --git a/app/content/pages/frameworks/nestjs.html.erb b/app/content/pages/frameworks/nestjs.html.erb index 645df62e..18c3898e 100644 --- a/app/content/pages/frameworks/nestjs.html.erb +++ b/app/content/pages/frameworks/nestjs.html.erb @@ -10,6 +10,19 @@ breadcrumb: NestJS <%= render Page::ContainerComponent.new(page: current_page) do |page| %> <% page.with_title(title: current_page.data.fetch("title")) %> - <%= link_to "Part I", "https://dev.to/mrispoli24/how-to-build-an-app-with-nestjs-and-hotwire-42j1" %>
- <%= link_to "Part II", "https://dev.to/mrispoli24/kicking-the-tires-with-nestjs-and-hotwire-part-ii-33fh" %>

+

Guides

+ +
+
+

+ <%= link_to "Part I: How to build an app with nestjs and hotwire!", "https://dev.to/mrispoli24/how-to-build-an-app-with-nestjs-and-hotwire-42j1" %> +

+
+
+

+ <%= link_to "Part II: Kicking the tires with NestJS and Hotwire", "https://dev.to/mrispoli24/kicking-the-tires-with-nestjs-and-hotwire-part-ii-33fh" %> +

+
+
+ <% end %>