Skip to content

Commit

Permalink
chore: learnMore component
Browse files Browse the repository at this point in the history
  • Loading branch information
MR-Mostafa committed May 13, 2022
1 parent 55a1b2d commit 98a976f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/pages/LearnMore/LearnMore.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
const LearnMore = () => {
return (
<>
<p className="fs-[1.3rem] c-[#B6B7B7] lh-[1.8] ta-[center]">Under Construction</p>
<p className="fs-[1.3rem] c-[#B6B7B7] lh-[1.8] ta-[center]">
Please see the documentation for more information: (
<a
href="https://github.com/MR-Mostafa/Viact#readme"
target="_blank"
rel="noopener noreferrer"
className="c-[#00bff3] bdb-[1px_dashed]"
>
Readme
</a>
)
</p>
</>
);
};
Expand Down

0 comments on commit 98a976f

Please sign in to comment.