Skip to content

Commit

Permalink
link on to website on navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoidmatos committed Aug 21, 2021
1 parent feba609 commit 0a6d16c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/components/navbar/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
</v-btn>
<div class="py-2 grey--text text--lighten-2 text-center">
Created with
<v-icon color="primary">mdi-heart</v-icon> by <strong>Hackerschool</strong> <br />
<v-icon color="primary">mdi-heart</v-icon> by
<a href="http://hackerschool.tecnico.ulisboa.pt/" target="_blank"
><strong>HackerSchool</strong></a
><br />
<v-icon x-small>mdi-copyright</v-icon>
{{ new Date().getFullYear() }} - v{{ version }}
</div>
Expand Down

0 comments on commit 0a6d16c

Please sign in to comment.