Ignore:
Timestamp:
11/05/21 10:49:11 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
master
Children:
90ab388
Parents:
28bab7b
Message:

bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • resources/views/dashboard/index.blade.php

    r28bab7b re3af09e  
    133133                                        @if(in_array(explode('.', $file->name)[1], $excelExt))
    134134                                            <div class="col-xl-1 col-lg-1 col-md-1 col-sm-2">
    135                                                 <i class="fa fa-file-excel-o text-success fa-2x"></i>
     135                                                <i class="fa fa-file-excel-o text-success"></i>
    136136                                            </div>
    137137                                        @else @if(in_array(explode('.', $file->name)[1], $textExt))
    138138                                            <div class="col-xl-1 col-lg-1 col-md-1 col-sm-2">
    139                                                 <i class="fa fa-file-word-o text-info fa-2x"></i>
     139                                                <i class="fa fa-file-word-o text-info"></i>
    140140                                            </div>
    141141                                        @else @if(explode('.', $file->name)[1] == 'pdf')
    142142                                                <div class="col-xl-1 col-lg-1 col-md-1 col-sm-2">
    143                                                     <i class="fa fa-file-pdf-o text-danger fa-2x"></i>
     143                                                    <i class="fa fa-file-pdf-o text-danger"></i>
    144144                                                </div>
    145145                                            @else @if(in_array(explode('.', $file->name)[1], $imageExt))
Note: See TracChangeset for help on using the changeset viewer.