mirror of
https://github.com/mue/mue.git
synced 2026-07-09 05:34:20 +02:00
soon
This commit is contained in:
@@ -21,7 +21,7 @@ export default class Clock extends React.Component {
|
||||
date: `${('0' + h).slice(-2)}:${('0' + t.getMinutes()).slice(-2)}`, ampm: h >= 12 ? 'AM' : 'PM'
|
||||
}); // Set time
|
||||
|
||||
this.timeout = setTimeout(() => this.startTime(), 500); // Update the clock every 500 milliseconds
|
||||
this.timeout = setTimeout(() => this.startTime(), 750); // Update the clock every 750 milliseconds
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
|
||||
@@ -3,7 +3,7 @@ import RefreshIcon from '@material-ui/icons/Refresh';
|
||||
import LocalPizzaIcon from '@material-ui/icons/LocalPizza';
|
||||
import React from 'react';
|
||||
|
||||
export default class Search extends React.Component {
|
||||
export default class Navbar extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<div className='navbar-container'>
|
||||
|
||||
Reference in New Issue
Block a user