Compare commits
1 Commits
heisenberg
...
bruh
| Author | SHA1 | Date | |
|---|---|---|---|
| dcd266ad6d |
3
.github/workflows/deploy.yaml
vendored
3
.github/workflows/deploy.yaml
vendored
@@ -3,9 +3,6 @@ name: Deploy
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["master"]
|
branches: ["master"]
|
||||||
pull_request:
|
|
||||||
types: ["closed"]
|
|
||||||
branches: ["master"]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
@@ -39,8 +39,7 @@ export default function Home() {
|
|||||||
<a className="days">
|
<a className="days">
|
||||||
<h1>
|
<h1>
|
||||||
{Math.floor(
|
{Math.floor(
|
||||||
// (Date.now() - new Date("06.07.2020").getTime()) / 86400000
|
(Date.now() - new Date("06.07.2020").getTime()) / 86400000
|
||||||
(Date.now() - new Date("2020-07-06").getTime()) / 86400000
|
|
||||||
)}{" "}
|
)}{" "}
|
||||||
dni
|
dni
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user