Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioLangaritaBenitez committed Nov 25, 2024
1 parent 3773ae6 commit b635632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Juno.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<v-layout row wrap>
<v-flex xs12 sm12>
<v-card flat>
<h2 style="padding: 16px;text-align: center;position:relative" >Juno</h2>
<h2 style="padding: 16px;text-align: center;position:relative" >Jupyter Notebook</h2>
<v-card-text >
<v-layout class="rounded rounded-md" v-show="show_spinner" style="position:relative;align-content: center;">
<intersecting-circles-spinner style="left: 49.5%;" :animation-duration="1200" :size="50" :color="'#0066ff'" />
Expand Down

0 comments on commit b635632

Please sign in to comment.