diff --git a/resources/views/livewire/show-top.blade.php b/resources/views/livewire/show-top.blade.php
index 8b8e1f6..ec46041 100755
--- a/resources/views/livewire/show-top.blade.php
+++ b/resources/views/livewire/show-top.blade.php
@@ -32,7 +32,7 @@
Mostrar resultados del mes pasado
- @if (Auth::user()->rol->nombre == 'super' || Auth::user()->rol->nombre == 'administrador')
+ @if (Auth::user()->rol->nombre == 'super')
Entregar premios de {{ Carbon\Carbon::now()->subMonth()->format('M') }}
@if ($consultaPremioEntregado)