Skip to content

Commit

Permalink
fix favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarzin committed Nov 23, 2023
1 parent c6362cf commit df6423e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions resources/views/auth/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
<title>Deming :: Log in</title>

<link rel="stylesheet" href="/css/all.css" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<script src="/js/all.js"></script>
</head>

<body class="d-flex flex-justify-center flex-align-center bg-default">
<form
<form
method="POST" action="/login"
class="login-form bg-white p-6 mx-auto border fg-black win-shadow"
data-role="validator"
Expand Down Expand Up @@ -69,4 +70,3 @@ function invalidForm(){
</script>
</body>
</html>

2 changes: 1 addition & 1 deletion resources/views/layout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>Deming - ISMS Controls Made Easy</title>

<link rel="stylesheet" href="/css/all.css" />
<link rel="shortcut icon" href="/favicon.ico">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<script src="/js/all.js"></script>
</head>

Expand Down

0 comments on commit df6423e

Please sign in to comment.