Skip to content

Commit

Permalink
minor fix in css
Browse files Browse the repository at this point in the history
  • Loading branch information
anantjain6 committed Oct 4, 2018
1 parent 7c332ee commit 8b09ffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/pages/about.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@extends('layouts.default')
@section('css')
<link rel="stylesheet" type="text/css" href="{{ asset('assets/css/panel.css') }}">
<link rel="stylesheet" type="text/css" href="{{ custom_url('assets/css/panel.css') }}">
@stop
@section('content')
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/teacher/allques.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@extends('layouts.default')
@section('css')
<link rel="stylesheet" type="text/css" href="{{ asset('assets/css/panel.css') }}">
<link rel="stylesheet" type="text/css" href="{{ custom_url('assets/css/panel.css') }}">
@stop
@section('content')
<div class="container">
Expand Down

0 comments on commit 8b09ffd

Please sign in to comment.