Skip to content

Commit

Permalink
fixing logo
Browse files Browse the repository at this point in the history
  • Loading branch information
ugolino committed Apr 26, 2021
1 parent dfde5c4 commit e34754a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/navbar.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<Logo />
<logo />

<h1 class="subtitle has-text-centered">Opyn v2 Gamma Protocol Analytics</h1>

Expand All @@ -21,12 +21,12 @@
</template>

<script>
import Logo from '../components/logo'
import logo from './logo'
export default {
components: {
Logo
logo
},
}
</script>

0 comments on commit e34754a

Please sign in to comment.