Skip to content

Commit

Permalink
deleted media
Browse files Browse the repository at this point in the history
  • Loading branch information
Mond1c committed Dec 2, 2023
1 parent d672c8a commit 8499e04
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 8499e04

Please sign in to comment.