Skip to content

Commit 91232fd

Browse files
committed
Remove extra spaces & fix typos
1 parent 8bee7f1 commit 91232fd

File tree

1 file changed

+3
-32
lines changed

1 file changed

+3
-32
lines changed

frontend/src/AboutPage.tsx

Lines changed: 3 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -15,35 +15,22 @@ export default function AboutPage() {
1515
</svg>
1616
Back
1717
</button>
18-
1918
<h1 className="text-3xl font-bold mb-4 text-gray-800 mt-4 text-center">Tenant First Aid</h1>
20-
21-
<p className="mb-6 text-gray-700">
22-
<strong>Tenant First Aid</strong> is an AI-powered chatbot designed to help Oregon tenants navigate housing and eviction issues.
23-
</p>
24-
25-
<p>It is a volunteer-built program by <a href="https://www.codepdx.org/"className="text-blue-700 underline">Code for PDX</a> and <a href="https://www.qiu-qiulaw.com/" className="text-blue-700 underline">Qui Qiu Law</a>.</p>
26-
27-
19+
<p className="mb-6 text-gray-700"><strong>Tenant First Aid</strong> is an AI-powered chatbot designed to help Oregon tenants navigate housing and eviction issues.</p>
20+
<p>It is a volunteer-built program by <a href="https://www.codepdx.org/"className="text-blue-700 underline">Code PDX</a> and <a href="https://www.qiu-qiulaw.com/" className="text-blue-700 underline">Qiu Qiu Law</a>.</p>
2821
<h2 className="text-2xl font-semibold mt-6 mb-2 text-gray-800">Contact:</h2>
2922
<p>Michael Zhang</p>
3023
<p>Attorney, licensed in Oregon and Washington</p>
3124
<p>michael@qiu-qiulaw.com</p>
32-
33-
3425
<h2 className="text-2xl font-semibold mt-6 mb-2 text-gray-800">Features</h2>
3526
<ul className="list-disc list-inside mb-6 text-gray-700">
3627
<li>Instant answers to common rental questions</li>
3728
<li>Guidance on tenant rights and landlord obligations</li>
3829
<li>Easy-to-use chat interface</li>
3930
<li>Available 24/7</li>
40-
<li>Testing</li>
4131
</ul>
4232
<h2 className="text-2xl font-semibold mt-6 mb-2 text-gray-800">How It Works</h2>
43-
<p className="mb-6 text-gray-700">
44-
Simply type your question or describe your situation, and Tenant First Aid will provide helpful information or direct you to relevant resources.
45-
</p>
46-
33+
<p className="mb-6 text-gray-700">Simply type your question or describe your situation, and Tenant First Aid will provide helpful information or direct you to relevant resources.</p>
4734
<h3>Quick Facts:</h3>
4835
<ul className="list-disc list-inside mb-6 text-gray-700">
4936
<li>Uses openAI ChatGPT o3 model</li>
@@ -56,22 +43,6 @@ export default function AboutPage() {
5643
</ul>
5744
</li>
5845
</ul>
59-
60-
61-
62-
<h2 className="text-2xl font-semibold mt-6 mb-2 text-gray-800">Disclaimer</h2>
63-
<p className="text-gray-600">
64-
TenantFirst is an AI assistant and does not provide legal advice. For complex or urgent legal matters, please consult a qualified professional.
65-
</p>
66-
<p>
67-
Tenant First Aid can answer questions about Oregon law and provides legal information. Legal information is not the same as legal advice, which is the application of law to an individual&apos;s specific circumstances.
68-
69-
</p>
70-
<p>
71-
Tenant First Aid and Qiu-Qiu Law and its affiliated organizations make no claim as to accuracy and is not responsible for any consequences that may result from the use of Tenant First Aid. We recommend that you consult with a licensed attorney if you want assurance that the information provided is appropriate for your particular situation. You should not and are not authorized to rely on Tenant First Aid as a source of legal advice. The use of Tenant First Aid does not create an attorney-client relationship between you and Tenant First Aid, Qiu-Qiu Law, or any of its affiliated organizations.
72-
73-
74-
</p>
7546
</div>
7647
);
7748
}

0 commit comments

Comments
 (0)