Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Update layout.blade.php (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
dammy001 authored Jan 27, 2022
1 parent c2e2af8 commit 81697cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<title>Vapor UI - {{ config('vapor-ui.project') }} - {{ config('vapor-ui.environment') }}</title>

<!-- Style sheets -->
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Nunito&display=swap" rel="stylesheet" />
<link href="{{ asset(mix('app.css', 'vendor/vapor-ui')) }}" rel="stylesheet" type="text/css" />
</head>
<body>
Expand Down

0 comments on commit 81697cb

Please sign in to comment.