Skip to content

Commit dd7626d

Browse files
authored
Update notAuthenticated.scala.html
Added height attribute
1 parent 8f9514b commit dd7626d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/templates/notAuthenticated.scala.html

Lines changed: 1 addition & 1 deletion
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)