Skip to content

Commit

Permalink
feat(ui): add logo to navbar (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored May 7, 2024
1 parent d3baaa5 commit 4f799c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/src/components/NavBar.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<div class="navbar">
<div class="heading">
<img src="../../public/pwa-192x192.png" width="20" height="20" style="margin-right: 5px;">
<div v-if="!activeWorkspaceLoaded">Workspaces</div>
<div v-else>
<a href="#" @click.prevent="setActiveWorkspace(null)">Workspaces</a> > <span>{{ activeWorkspace.name }}</span>
Expand Down

0 comments on commit 4f799c6

Please sign in to comment.