Skip to content

Commit 57e40b6

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/molecules/ChannelControl.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { ArrowDownBtn, ArrowUpBtn } from "../atoms/ArrowBtn"
44
import { IChannel } from '@/app/programming'
55

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

0 commit comments

Comments
 (0)