diff options
Diffstat (limited to 'src/components/SponsorTimeEditComponent.tsx')
-rw-r--r-- | src/components/SponsorTimeEditComponent.tsx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/SponsorTimeEditComponent.tsx b/src/components/SponsorTimeEditComponent.tsx index 474a2fd3..eb0109e3 100644 --- a/src/components/SponsorTimeEditComponent.tsx +++ b/src/components/SponsorTimeEditComponent.tsx @@ -128,6 +128,12 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo style={timeDisplayStyle} className="sponsorTimeDisplay"> + <span id={"startButton" + this.idSuffix} + className="sponsorNowButton" + onClick={() => this.setTimeTo(0, 0)}> + {chrome.i18n.getMessage("bracketStart")} + </span> + <span id={"nowButton0" + this.idSuffix} className="sponsorNowButton" onClick={() => this.setTimeToNow(0)}> |