Skip to content

Commit

Permalink
Update logo, favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
big213 committed Apr 2, 2021
1 parent 18a89b0 commit 6427e22
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 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/cubepb-trimmed.png')"
:src="require('../static/cubepb-logo-2.png')"
max-height="48"
max-width="130"
contain
Expand Down
4 changes: 2 additions & 2 deletions frontend/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +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/cubepb-trimmed.png" alt="" style="width: 75%" />
<img src="../static/cubepb-logo-2.png" alt="" style="width: 75%" />
</div>
<v-card>
<v-card-title class="headline">
Expand Down Expand Up @@ -40,7 +40,7 @@
</v-card-text>
<v-card-actions>
<v-spacer></v-spacer>
<v-btn v-if="user" color="primary" nuxt to="/my-pbs"
<v-btn v-if="user" color="primary" nuxt to="/my-pb-card"
>Track My PBs</v-btn
>
<v-btn v-else text @click="goToWcaAuth()">
Expand Down
File renamed without changes
Binary file removed frontend/static/cubepbhorizontal3.png
Binary file not shown.
Binary file removed frontend/static/cubepblogohorizontal2.png
Binary file not shown.
Binary file modified frontend/static/favicon.ico
Binary file not shown.

0 comments on commit 6427e22

Please sign in to comment.