diff --git a/resources/views/components/mod-list-stats.blade.php b/resources/views/components/mod-list-stats.blade.php index 0c954e9..ab2cdd2 100644 --- a/resources/views/components/mod-list-stats.blade.php +++ b/resources/views/components/mod-list-stats.blade.php @@ -1,18 +1,32 @@

class(['text-slate-700 dark:text-gray-300 text-sm']) }}> - {{ Number::downloads($mod->downloads) }} downloads - @if(!is_null($mod->created_at)) - - — Created - - - @elseif(!is_null($modVersion->updated_at)) - - — Updated - - - @endif +

+
+
+ + + + + @if(!is_null($mod->updated_at)) + + @elseif(!is_null($mod->created_at)) + + @else + N/A + @endif + +
+
+
+ + {{ Number::downloads($mod->downloads) }} + + + + +
+