Skip to content

Commit

Permalink
deleted media
Browse files Browse the repository at this point in the history
  • Loading branch information
Mond1c authored and kbats183 committed Dec 4, 2023
1 parent 28dcfca commit 9584ed9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const ImageWrap = styled.div`
export const Image = ({tickerSettings, part}) => {
return <TextWrap part={part}>
<ImageWrap
path={"/media/" + tickerSettings.path}
path={tickerSettings.path}
/>
</TextWrap>;
};
Expand Down

0 comments on commit 9584ed9

Please sign in to comment.