Skip to content

Commit

Permalink
date format update
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingumar committed Jan 2, 2023
1 parent 8b19060 commit c5756fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "watcher",
"version": "0.1.9",
"private": true,
"version": "0.2.0",
"private": false,
"homepage": "https://gamingumar.com/watcher",
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
Expand Down
6 changes: 3 additions & 3 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ function App() {
<div className="App">
<header className="App-header">
<h1>{datetime.format("LTS")}</h1>
<h3>
{datetime.format("LL")}{" "}
<h3 style={{ marginTop: 5}}>
{datetime.format("dddd Do MMMM, YYYY")}
{loading && (
<img
style={{ marginTop: 5, position: "absolute" }}
style={{ marginTop: 10, position: "absolute" }}
src={logo}
className="App-logo"
alt="logo"
Expand Down

0 comments on commit c5756fe

Please sign in to comment.