Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
Disable logo on stream output
Browse files Browse the repository at this point in the history
  • Loading branch information
casperboone committed Apr 20, 2021
1 parent 3fb3651 commit e499943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/StreamOutput/StreamOutput.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="text-white h-full relative overflow-hidden">
<Logo />
<!--<Logo />-->
<transition name="slide-bottom">
<LowerThird v-if="active == 'lowerThird' && lowerThirdActive" :data="data.lowerThird" />
</transition>
Expand Down

0 comments on commit e499943

Please sign in to comment.