Skip to content

Commit

Permalink
Change to html emoji text for timer button
Browse files Browse the repository at this point in the history
  • Loading branch information
architec committed Dec 13, 2021
1 parent 1ff7217 commit 94aecd9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/Popup/Popup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,11 @@ class Popup extends Component {
value={this.state.daysInput}
/>
</label>
<input type="submit" value="d" style={{ fontSize: 'smaller' }} />
<input
type="submit"
value="&#128190;"
style={{ fontSize: 'smaller' }}
/>
</form>
<Typography variant="subtitle2" component="div">
LeetCode List
Expand Down

0 comments on commit 94aecd9

Please sign in to comment.