AppFlowy-Cloud/admin_frontend/templates/components/admin_top_menu_bar.html

18 lines
377 B
HTML

<div id="top-menu-bar">
<div id="top-menu-bar-left">
<img
src="https://miro.medium.com/v2/resize:fit:2400/1*mTPfm7CwU31-tLhtLNkyJw.png"
width="32"
height="32"
/>
<h2>AppFlowy Cloud</h2>
</div>
<div id="top-menu-bar-right">
<a href="/web">User</a>
<!-- prettier-ignore -->
{% include "components/logout.html" %}
</div>
</div>