tweak to copyedit and full string search

This commit is contained in:
fred 2025-08-05 08:42:36 -07:00
parent 9656888cb7
commit 9aac6e0eff
3 changed files with 2 additions and 4 deletions

View file

@ -3,8 +3,6 @@ function About() {
return (
<div className="about page-outer">
<div>
<h2 className="text-xl">Hi,</h2>
<h2 className="text-xl">I am Fred.</h2>
<h2 className="text-xl">I made this app using the following components:</h2>
<h2 className="mt-4 font-bold text-xl">Frontend:</h2>
<ul><li>React</li><li>TypeScript</li><li>Vite</li></ul>