Skip to content

Commit

Permalink
fix(Channel): update hotst
Browse files Browse the repository at this point in the history
  • Loading branch information
Kechicode committed Jan 3, 2025
1 parent 6bfe4f9 commit 417e024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home/Channel/Page/Carousel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Dot from './Dot'
import styles from './styles.module.css'

const ChannelCarousel = () => {
const host = 'http://localhost:3000'
const host = typeof window !== 'undefined' ? window.location.origin : ''
const items = [
{
id: '1',
Expand Down

0 comments on commit 417e024

Please sign in to comment.