mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-03-28 03:16:58 +00:00
Add github and btc address.
This commit is contained in:
15
src/App.vue
15
src/App.vue
@@ -42,6 +42,21 @@
|
||||
</nav>
|
||||
|
||||
<router-view />
|
||||
|
||||
<div style="text-align: center">
|
||||
<a href="https://github.com/TeamPiped/Piped">
|
||||
<font-awesome-icon
|
||||
:icon="['fab', 'github']"
|
||||
></font-awesome-icon>
|
||||
</a>
|
||||
|
||||
<a href="bitcoin://13MoHioctZkC7LDSZSb4m32TDT8xNmei1p">
|
||||
<font-awesome-icon
|
||||
:icon="['fab', 'bitcoin']"
|
||||
></font-awesome-icon>
|
||||
13MoHioctZkC7LDSZSb4m32TDT8xNmei1p
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user