Show streamer profile picture to the left of title

This commit is contained in:
Dessa Simpson 2020-09-13 10:13:01 -07:00
parent 249a5911b4
commit bd8bcc369b
2 changed files with 14 additions and 2 deletions

View file

@ -8,7 +8,8 @@
</head>
<body>
<div id="topbar">
<div id="logo"><%= it.streamerName %>'s Learn Request Queue</div>
<div id="nav-streamerpic"><img src="<%= it.streamerProfilePicture %>" /></div>
<div id="nav-title"><%= it.streamerName %>'s Learn Request Queue</div>
<div id="nav-requests"><a href="/">Requests</a></div>
<%- if (it.loggedIn) { -%>
<div id="nav-addrequest"><a href="#" onclick="openAddRequestModal()">Add Request</a></div>