diff --git a/README.md b/README.md
index 2cfa403..d6d478e 100644
--- a/README.md
+++ b/README.md
@@ -59,10 +59,4 @@ Snoozz is licensed under the [GNU GPLv3](https://github.com/rohanb10/snoozz-tab-
Built by [rohan](https://rohan.xyz) in 2020/21
-## Donations
-
-Snoozz is and always will be free. I don't have ongoing server costs or subscriptions or anything like that.
-
-If you feel like it, consider [throwing a couple bucks my way](https://paypal.me/rohanrohanrohanrohan/3USD) to help me keep the snoozz.me domain annually.
-
-Any additional funds will be recycled back in to the community to help support other developers who's products I use.
\ No newline at end of file
+[🍺 Buy me a beer](https://www.buymeacoffee.com/rohanb10)
\ No newline at end of file
diff --git a/html/settings.html b/html/settings.html
index 5b54331..312a483 100644
--- a/html/settings.html
+++ b/html/settings.html
@@ -229,11 +229,14 @@
About
github
changelog
report a bug
- license
privacy
attribution
+ license
+
+
-
Copied to clipboard
Succesfully imported tabs from .
diff --git a/scripts/nap_room.js b/scripts/nap_room.js
index 756fe28..7d87228 100644
--- a/scripts/nap_room.js
+++ b/scripts/nap_room.js
@@ -258,7 +258,7 @@ function buildTab(t) {
var title = wrapInDiv({className: 'tab-name', innerText: t.title, title: t.url ?? ''});
var startedNap = wrapInDiv({className:'nap-time', innerText: `Started napping at ${dayjs(t.timeCreated).format(`${getHourFormat()} [on] ddd D MMM YYYY`)}`})
- if (t.modifiedTime) startedNap.innerText = `Last modified at ${dayjs(t.timeCreated).format(`${getHourFormat()} [on] ddd D MMM YYYY`)}`;
+ if (t.modifiedTime) startedNap.innerText = `Last modified at ${dayjs(t.modifiedTime).format(`${getHourFormat()} [on] ddd D MMM YYYY`)}`;
var titleContainer = wrapInDiv('title-container', title, startedNap);
var wakeUpTimeContainer = wrapInDiv('wakeup-time-container', wrapInDiv('wakeup-label'), wrapInDiv('wakeup-time'));
diff --git a/styles/settings.css b/styles/settings.css
index fde6f2e..0e1509f 100644
--- a/styles/settings.css
+++ b/styles/settings.css
@@ -265,9 +265,14 @@ p.storage-text, p.storage-low, p.storage-full {
#version {
margin-top: 2.5em;
}
-.about-container p, .about-container .flex span {
+.about-container p, .about-container div span {
padding-left: 1.25em;
padding-right: .5em;
+ margin-bottom: 1em;
+}
+big {
+ font-size: 1.25em;
+ margin-left: .5rem;
}
@media screen and (min--moz-device-pixel-ratio:0) {
.right-click span:after {