Fix subscribe button label

This commit is contained in:
Sam Carlton 2022-09-04 09:55:35 -05:00
parent 3dedda0ebd
commit 530a34d15d

View file

@ -7,7 +7,8 @@
:href="`https://www.youtube.com/channel/${video.channel.id}`"
target="_blank"
>Subscribe to {{ video.channel.name }}</LinkButton>
:label="`🔔 Subscribe to ${ video.channel.name }`"
/>
</div>
</template>