Skip to content

Commit

Permalink
Re-add marquee
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpierce committed Feb 8, 2024
1 parent 6b6f797 commit c5bafcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/src/store/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const contentStore = {
* on the site.
*/
const getMarqueeText = responseData => {
console.log(responseData)
const divider = ' | '
let text = ''

Expand Down
6 changes: 3 additions & 3 deletions app/src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
<!-- <a href="/#chat">Chat</a> -->
</div>

<!-- <Marquee /> -->
<Marquee />
</div>
</template>

<script>
import PlayButton from '@/components/PlayButton'
// import Marquee from '@/components/Marquee'
import Marquee from '@/components/Marquee'
export default {
components: {
PlayButton,
// Marquee
Marquee
},
data() {
Expand Down

0 comments on commit c5bafcd

Please sign in to comment.