6 Commits

Author SHA1 Message Date
e1eb23427e fix issue#24 by switching datestring from DMY/MDY formats to YMD 2022-09-14 21:23:35 +02:00
Stanisław Dzioba
a49bb45ae6 Merge pull request #23 from gractwo/bruh
inkluzywnosc nongamerow
2022-08-10 22:29:38 +02:00
f5d29018b4 inkluzywnosc nongamerow 2022-08-10 22:27:49 +02:00
cd48dc82d9 Merge pull request #22 from gractwo/BoberITman-patch-2
Im dummy dummy dam dam
2022-08-10 22:25:40 +02:00
Stanisław Dzioba
0ed1e8da8c Im dummy dummy dam dam 2022-08-10 22:25:15 +02:00
b8a018648b Merge pull request #21 from gractwo/BoberITman-patch-1
Update shited farted and cumed pr rule
2022-08-10 22:21:03 +02:00
3 changed files with 4 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ on:
push:
branches: ["master"]
pull_request:
types: [created, deleted]
types: ["closed"]
branches: ["master"]
jobs:

View File

@@ -39,7 +39,8 @@ export default function Home() {
<a className="days">
<h1>
{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
</h1>

View File

@@ -7,7 +7,7 @@ export default function Informacje() {
<div style={{ margin: "10%", marginTop: "3rem" }}>
<h1>Witajcie w Gractwie!</h1>
<p>
Jesteśmy grupą ludzi których kręcą gry. Proste, nie?
Jesteśmy grupą ludzi których kręcą gry i popkultura. Proste, nie?
{/* <br /> */}
{/* Serwer ten miał wcześniej tematykę Team Fortressową. */}
</p>