File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/components/YouTubeWebinars Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ const YouTubeWebinars: React.FC = () => {
9393 />
9494 < div className = { styles . cardContent } >
9595 < p className = { styles . title } >
96- { video . snippet . title . replace ( / \s * \| O p e n T e l e k o m C l o u d \| T - S y s t e m s \s * $ / , '' ) }
96+ { video . snippet . title . replace ( / \s * \| O p e n T e l e k o m C l o u d \| T - S y s t e m s \s * $ / , '' ) . replace ( / \s * b y \s * T - S y s t e m s \s * $ / i , '' ) }
9797 </ p >
9898 { /* <p className={styles.description}>
9999 {video.snippet.description.slice(0, 250)}...
@@ -104,8 +104,7 @@ const YouTubeWebinars: React.FC = () => {
104104 ) : (
105105 ! loading && (
106106 < div >
107- < br /> < br />
108-
107+ < br /> < br />
109108 < h3 style = { { gridColumn : '1 / -1' , textAlign : 'center' } } >
110109 Sorry, we don’t have any videos available right now.
111110 </ h3 >
You can’t perform that action at this time.
0 commit comments