mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Fix subscribe button label
This commit is contained in:
parent
3dedda0ebd
commit
530a34d15d
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@
|
||||||
:href="`https://www.youtube.com/channel/${video.channel.id}`"
|
:href="`https://www.youtube.com/channel/${video.channel.id}`"
|
||||||
|
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>Subscribe to {{ video.channel.name }}</LinkButton>
|
:label="`🔔 Subscribe to ${ video.channel.name }`"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue