You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename app to DiffLens; add author footer with social links
- Rename DiffTool → DiffLens across App.jsx, index.html, README
- Footer now shows "Built by Anant Tripathi" with links to
LinkedIn, GitHub, Portfolio, Kaggle, and Hugging Face
- Dark mode support for footer social icons
<pclassName="header-subtitle">Code & text differentiator</p>
81
81
</div>
82
82
</div>
@@ -211,7 +211,33 @@ export default function App() {
211
211
</main>
212
212
213
213
<footerclassName="app-footer">
214
-
<p>Runs entirely in your browser — no data is sent to any server</p>
214
+
<pclassName="footer-privacy">Runs entirely in your browser — no data is sent to any server</p>
215
+
<divclassName="footer-author">
216
+
<span>Built by <ahref="https://ananttripathi.github.io/Anant-Portfolio/"target="_blank"rel="noopener noreferrer"className="footer-name">Anant Tripathi</a></span>
0 commit comments