Skip to content

Commit e152678

Browse files
authored
Update ChannelControl.tsx
1 parent 57e40b6 commit e152678

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/molecules/ChannelControl.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import { ArrowDownBtn, ArrowUpBtn } from "../atoms/ArrowBtn"
44
import { IChannel } from '@/app/programming'
55

66
const env = process.env.NODE_ENV
7-
let ASSET_PATH = "/InterdimensialCable"
7+
let ASSET_PATH = ""
88
if(env == "production"){
9-
ASSET_PATH = "/InterdimensialCable"
9+
ASSET_PATH = "/InterdimensionalCable"
1010
}
1111

1212

0 commit comments

Comments
 (0)