File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -551,7 +551,7 @@ function updateMeetingTitle() {
551551 meetingTitleElement . title = "Edit meeting title for TranscripTonic"
552552 meetingTitleElement . style . cssText = `text-decoration: underline white; text-underline-offset: 4px;`
553553 if ( location . pathname === `/${ meetingTitleElement . innerText } ` ) {
554- showNotification ( { status : 200 , message : "<b>Give this meeting a name ?</b><br/>Edit the underlined text in the bottom left corner" } )
554+ showNotification ( { status : 200 , message : "<b>Give this meeting a title ?</b><br/>Edit the underlined text in the bottom left corner" } )
555555 }
556556 } , 5000 )
557557
Original file line number Diff line number Diff line change @@ -418,6 +418,9 @@ <h2 style="margin-bottom: 0;">Integrate TranscripTonic with your favourite tools
418418 </ div >
419419
420420 < div class ="card ">
421+ < div class ="webhook-header " style ="display: flex; gap: 0.5rem; align-items: center; ">
422+ < p class ="card-heading "> Webhook help</ p >
423+ </ div >
421424 < p class ="card-heading "> Webhook integration guides</ p >
422425 < div class ="integration-card ">
423426 < a class ="integration-guide "
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ <h1>TranscripTonic</h1>
187187
188188 < div >
189189 < div class ="beta " style ="justify-content: flex-start; ">
190- < p style ="margin: 0; "> < b > Zoom and Teams transcripts are in beta:</ b > </ p >
190+ < p style ="margin: 0; color: orange "> < b > Zoom and Teams transcripts are in beta:</ b > </ p >
191191 <!-- <span class="footer-separator"></span> -->
192192 < button id ="enable-beta "> Enable</ button >
193193 < span > or </ span >
You can’t perform that action at this time.
0 commit comments