UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Draft: Bull 1980 onboarding

Closed Hunter Suchyj requested to merge BULL-1980-Onboarding into master
7 unresolved threads
7 files
+ 92
7
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -20,7 +20,9 @@
class="explore"
outlined
:href="link"
>{{ button }}</v-btn
>
<v-icon v-if="icon" color="#202020" left>{{ icon }}</v-icon>
Please register or sign in to reply
{{ button }}</v-btn
>
</div>
</div>
@@ -38,6 +40,7 @@ export default {
subheader: String,
button: String,
link: String,
icon: String,
},
data() {
return {
Loading