Skip to content

Commit 2ea1234

Browse files
authored
Merge pull request #48 from 24santoshr/develop
Update notAuthenticated.scala.html
2 parents fa75300 + 8055bfe commit 2ea1234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/templates/notAuthenticated.scala.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<body>
1313
<nav class="navbar fixed-top navbar-collapse navbar-toggleable-md navbar-expand-lg navbar-light">
1414
<a class="navbar-brand py-0" href="#">
15-
<img src="@routes.Assets.versioned("images/logo.png")" class="d-inline-block align-top" alt="">
15+
<img src="@routes.Assets.versioned("images/logo.png")" height=30 class="d-inline-block align-top" alt="">
1616
</a>
1717

1818
</nav>

0 commit comments

Comments
 (0)