Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
MR-Mostafa committed May 13, 2022
2 parents e15e9d9 + 98a976f commit 25e124b
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 25e124b

Please sign in to comment.