Skip to content

Commit

Permalink
add other vids
Browse files Browse the repository at this point in the history
  • Loading branch information
WolbachAuth0 committed Dec 7, 2021
1 parent db15a1c commit 50b349e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/YoutubeBackground.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@
</template>

<script>
const hackerVids = {
'Matrix Rain': 'rpWrtXyEAN0',
'Blue Code Glitch': '5-JpEGxWvKU'
}
export default {
name: 'YoutubeBackground',
props: {
youtubeID: { type: String, default: 'rpWrtXyEAN0' }
youtubeID: { type: String, default: hackerVids['Matrix Rain'] }
},
data() {
return {}
Expand Down

0 comments on commit 50b349e

Please sign in to comment.