help page fixed

This commit was merged in pull request #51.
This commit is contained in:
victorAnumudu
2024-09-05 19:31:03 +01:00
parent 724e846826
commit 9b2e0a6857
4 changed files with 14 additions and 6 deletions
+6 -3
View File
@@ -1,8 +1,11 @@
import { Content } from "../../../_digifi/layout/components/content";
export default function HelpPage() {
return (
<div className="w-100 h-100">
<h1 className="fs-2hx fw-bold text-gray-800">Help</h1>
</div>
<Content>
<div className="w-100 h-100">
<h1 className="fs-2hx fw-bold text-gray-800">Help</h1>
</div>
</Content>
)
}