From 393b58f3654b75a1a9720b63f77129e318a10445 Mon Sep 17 00:00:00 2001 From: stryder2000 Date: Mon, 22 Feb 2021 15:51:39 +0530 Subject: [PATCH] msg --- views/tour.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/tour.pug b/views/tour.pug index a060c4e..16ad22e 100644 --- a/views/tour.pug +++ b/views/tour.pug @@ -39,7 +39,7 @@ block content +overviewBox('Next date', date, 'calendar') +overviewBox('Difficulty', tour.difficulty, 'trending-up') +overviewBox('Participants', `${tour.maxGroupSize} people`, 'user') - +overviewBox('Rating', `${tour.ratingsAverage / 5}`, 'star') + +overviewBox('Rating', `${tour.ratingsAverage}`, 'star') .overview-box__group h2.heading-secondary.ma-bt-lg Your tour guides