diff --git a/app/presenters/home_page_presenter.rb b/app/presenters/home_page_presenter.rb index 40dbc3a..c8feb75 100644 --- a/app/presenters/home_page_presenter.rb +++ b/app/presenters/home_page_presenter.rb @@ -11,11 +11,11 @@ class HomePagePresenter end def latest_asciicasts - Asciicast.latest_limited(3).decorate + Asciicast.latest_limited(6).decorate end def featured_asciicasts - Asciicast.random_featured_limited(3).decorate + Asciicast.random_featured_limited(6).decorate end private