diff --git a/README.md b/README.md
index 21ec681..7840caa 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,7 @@ We highly recommend that you don't use the old version because it is no longer m
## Features
- 📸 Auto capture a screenshot and a PDF of each link.
+- 🏛️ Send your webpage to Wayback Machine archive.org for a snapshot.
- 📂 Organize links by collection, name, description and multiple tags.
- 👥 Collaborate on gathering links in a collection.
- 🔐 Customize the permissions of each member.
diff --git a/layouts/SettingsLayout.tsx b/layouts/SettingsLayout.tsx
index 5d14240..bb0d6cd 100644
--- a/layouts/SettingsLayout.tsx
+++ b/layouts/SettingsLayout.tsx
@@ -40,11 +40,11 @@ export default function SettingsLayout({ children }: Props) {