Skip to content

Commit

Permalink
inc.
Browse files Browse the repository at this point in the history
  • Loading branch information
drjoeycadieux committed Feb 14, 2024
1 parent 40d9222 commit 74b2552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/found-an-issues/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function Page() {
<p className="text-white font-bold font-sans text-center">
<span>
<i className="bi bi-exclamation-triangle-fill"></i>
</span>{" "}
</span>
For Technical Issues, Please Send An Email To
<a
className="text-gray-500"
Expand All @@ -53,7 +53,7 @@ export default function Page() {
</p>
</div>
<div className="container m-auto p-9">
<div className="bg-gray-700 w-64 m-auto p-6 rounded">
<div className="bg-gray-700 w-48 m-auto p-6 rounded">
<p className="text-white text-2xl font-bold font-sans text-center">
Issues Reporting Form.
</p>
Expand Down

0 comments on commit 74b2552

Please sign in to comment.