crbtc.org/components/index/Banner.vue

8 lines
238 B
Vue
Raw Normal View History

2023-07-17 19:11:13 +00:00
<template>
<div class="banner">
2023-09-02 06:22:13 +00:00
<h4>Get Involved</h4>
2023-07-17 19:11:13 +00:00
<div class="msg">
<h6>Come learn and talk about Bitcoin. Meet new people, ask questions, suggest topics, or just come and hang out.</h6>
</div>
</div>
</template>