From 79c68911f6aa7df4c3cf6be662de63b6fa259d7b Mon Sep 17 00:00:00 2001 From: Aidan Date: Fri, 27 Dec 2024 03:55:24 -0600 Subject: [PATCH] linting --- README.md | 6 +++--- public/css/donate.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f628200..7c08408 100644 --- a/README.md +++ b/README.md @@ -51,11 +51,11 @@ You can also use Docker to self-host pontus-mail's frontend. Make sure you have ``` Make sure you edit this file with values matching in `docker-compose.xml`, and other desired values like admin username/password. -3. Copy the example `donations.json` +4. Copy the example `donations.json` ```bash mv donations.json.example donations.json ``` -4. Start and build Docker containers +5. Start and build Docker containers ```bash docker compose up -d --build ``` @@ -64,4 +64,4 @@ You will now have a fully functioning Node.js Express server, which will be runn # To-Do - [ ] Port to NextJS? -- [ ] Hovering effects for buttons \ No newline at end of file +- [ ] Hovering effects for buttons diff --git a/public/css/donate.css b/public/css/donate.css index 7ae5217..27d4b0e 100644 --- a/public/css/donate.css +++ b/public/css/donate.css @@ -1,4 +1,4 @@ .monero { max-height: 100px; overflow-y: auto; -} \ No newline at end of file +}