Skip to content

Commit

Permalink
Revert logo design
Browse files Browse the repository at this point in the history
  • Loading branch information
big213 committed Apr 1, 2021
1 parent 4dc9796 commit 0cfe9bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion frontend/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<v-app-bar-nav-icon @click.stop="drawer = !drawer" />
<nuxt-link to="/">
<v-img
:src="require('../static/cubepblogohorizontal.png')"
:src="require('../static/cubepb-trimmed.png')"
max-height="48"
max-width="130"
contain
Expand Down
6 changes: 1 addition & 5 deletions frontend/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
<v-layout column justify-center align-center>
<v-flex xs12 sm8 md6 style="max-width: 600px">
<div class="text-center pb-5 pt-3">
<img
src="../static/cubepblogohorizontal.png"
alt=""
style="width: 75%"
/>
<img src="../static/cubepb-trimmed.png" alt="" style="width: 75%" />
</div>
<v-card>
<v-card-title class="headline">
Expand Down

0 comments on commit 0cfe9bd

Please sign in to comment.