Add comps

This commit is contained in:
Aakansha Doshi 2022-07-13 16:51:06 +05:30
parent e20b3325e9
commit 9809eb5ef2
2 changed files with 37 additions and 0 deletions

View file

@ -0,0 +1,17 @@
const PlusLPLink = () => {
return (
<p style={{ direction: "ltr", unicodeBidi: "embed" }}>
Introducing Excalidraw+
<br />
<a
href="https://plus.excalidraw.com/plus?utm_source=excalidraw&utm_medium=banner&utm_campaign=launch"
target="_blank"
rel="noreferrer"
>
Try out now!
</a>
</p>
);
};
export default PlusLPLink;