Skip to content

Commit dbf2b53

Browse files
committed
Finish v0.43.0
2 parents 37a8b48 + 23b9550 commit dbf2b53

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
725 Bytes
Loading

resources/views/layouts/app.blade.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222

2323
<title>Aurora-WI</title>
2424

25+
<link rel="icon" type="image/x-icon" href="{{asset('assets/img/fav_webintegration.png')}}">
26+
2527
<!-- Fonts -->
2628
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.css" rel='stylesheet' type='text/css'>
2729
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700" rel='stylesheet' type='text/css'>
@@ -242,7 +244,7 @@
242244
</body>
243245
<footer>
244246
<div class="footer navbar-fixed-bottom">
245-
<small><p class="text-muted">Aurora Webinterface - Licensed under the AGPL - Version 0.42.0</p></small>
247+
<small><p class="text-muted">Aurora Webinterface - Licensed under the AGPL - Version 0.43.0</p></small>
246248
</div>
247249
</footer>
248250
</html>

0 commit comments

Comments
 (0)