···11-import React from "react";
21import { Link } from "react-router-dom";
32import AnnotationCard, { HighlightCard } from "./AnnotationCard";
43import BookmarkCard from "./BookmarkCard";
···7777 <div className="page-header">
7878 <h1 className="page-title">My Highlights</h1>
7979 <p className="page-description">
8080- Text you've highlighted across the web
8080+ Text you've highlighted across the web
8181 </p>
8282 </div>
8383
···156156 <BellIcon size={48} />
157157 <h3>No notifications yet</h3>
158158 <p>
159159- When someone likes or replies to your content, you'll see it here
159159+ When someone likes or replies to your content, you'll see it
160160+ here
160161 </p>
161162 </div>
162163 )}
+7-7
web/src/pages/Privacy.jsx
···1616 <section>
1717 <h2>Overview</h2>
1818 <p>
1919- Margin ("we", "our", or "us") is a web annotation tool that lets you
2020- highlight, annotate, and bookmark any webpage. Your data is stored
2121- on the decentralized AT Protocol network, giving you ownership and
2222- control over your content.
1919+ Margin ("we", "our", or "us") is a web
2020+ annotation tool that lets you highlight, annotate, and bookmark any
2121+ webpage. Your data is stored on the decentralized AT Protocol
2222+ network, giving you ownership and control over your content.
2323 </p>
2424 </section>
2525···111111 <strong>Cookies:</strong> To maintain your logged-in session
112112 </li>
113113 <li>
114114- <strong>Tabs:</strong> To know which page you're viewing
114114+ <strong>Tabs:</strong> To know which page you're viewing
115115 </li>
116116 </ul>
117117 </section>
···121121 <p>You can:</p>
122122 <ul>
123123 <li>
124124- Delete any annotation, highlight, or bookmark you've created
124124+ Delete any annotation, highlight, or bookmark you've created
125125 </li>
126126 <li>Delete your collections</li>
127127 <li>Export your data from your PDS</li>
128128- <li>Revoke the extension's access at any time</li>
128128+ <li>Revoke the extension's access at any time</li>
129129 </ul>
130130 </section>
131131
+4-4
web/src/pages/Profile.jsx
···8989 </div>
9090 <h3 className="empty-state-title">No annotations</h3>
9191 <p className="empty-state-text">
9292- This user hasn't posted any annotations.
9292+ This user hasn't posted any annotations.
9393 </p>
9494 </div>
9595 );
···108108 </div>
109109 <h3 className="empty-state-title">No highlights</h3>
110110 <p className="empty-state-text">
111111- This user hasn't saved any highlights.
111111+ This user hasn't saved any highlights.
112112 </p>
113113 </div>
114114 );
···125125 </div>
126126 <h3 className="empty-state-title">No bookmarks</h3>
127127 <p className="empty-state-text">
128128- This user hasn't bookmarked any pages.
128128+ This user hasn't bookmarked any pages.
129129 </p>
130130 </div>
131131 );
···142142 </div>
143143 <h3 className="empty-state-title">No collections</h3>
144144 <p className="empty-state-text">
145145- This user hasn't created any collections.
145145+ This user hasn't created any collections.
146146 </p>
147147 </div>
148148 );
+7-7
web/src/pages/Terms.jsx
···1717 <h2>Overview</h2>
1818 <p>
1919 Margin is an open-source project. By using our service, you agree to
2020- these terms ("Terms"). If you do not agree to these Terms, please do
2121- not use the Service.
2020+ these terms ("Terms"). If you do not agree to these Terms,
2121+ please do not use the Service.
2222 </p>
2323 </section>
2424···2626 <h2>Open Source</h2>
2727 <p>
2828 Margin is open source software. The code is available publicly and
2929- is provided "as is", without warranty of any kind, express or
3030- implied.
2929+ is provided "as is", without warranty of any kind, express
3030+ or implied.
3131 </p>
3232 </section>
3333···6262 <section>
6363 <h2>Disclaimer</h2>
6464 <p>
6565- THE SERVICE IS PROVIDED "AS IS" AND "AS AVAILABLE". WE DISCLAIM ALL
6666- CONDITIONS, REPRESENTATIONS AND WARRANTIES NOT EXPRESSLY SET OUT IN
6767- THESE TERMS.
6565+ THE SERVICE IS PROVIDED "AS IS" AND "AS
6666+ AVAILABLE". WE DISCLAIM ALL CONDITIONS, REPRESENTATIONS AND
6767+ WARRANTIES NOT EXPRESSLY SET OUT IN THESE TERMS.
6868 </p>
6969 </section>
7070