Fixes all those ugly hyperlinks
This commit is contained in:
@@ -8,10 +8,17 @@
|
||||
Present your viewers with a simple donation page, and add those donations
|
||||
to Streamlabs to play alerts on your stream!<br />
|
||||
For detailed setup instructions, check out
|
||||
<a href="https://github.com/Fittiboy/bitcoin-on-twitch"> this guide!</a
|
||||
<a
|
||||
class="text-secondary"
|
||||
href="https://github.com/Fittiboy/bitcoin-on-twitch"
|
||||
>
|
||||
this guide!</a
|
||||
><br />
|
||||
<small>
|
||||
Created by, <a href="https://github.com/Fittiboy">Fitti</a></small
|
||||
Created by,
|
||||
<a class="text-secondary" href="https://github.com/Fittiboy"
|
||||
>Fitti</a
|
||||
></small
|
||||
>
|
||||
</p>
|
||||
</q-card-section>
|
||||
|
||||
@@ -63,7 +63,9 @@
|
||||
:href="props.row.displayUrl"
|
||||
target="_blank"
|
||||
></q-btn>
|
||||
<a :href="props.row.redirectURI">Redirect URI for Streamlabs</a>
|
||||
<a class="text-secondary" :href="props.row.redirectURI"
|
||||
>Redirect URI for Streamlabs</a
|
||||
>
|
||||
</q-td>
|
||||
<q-td v-for="col in props.cols" :key="col.name" :props="props">
|
||||
{{ col.value }}
|
||||
|
||||
Reference in New Issue
Block a user