Skip to content

Commit

Permalink
Update getstartedsection.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Mar 9, 2023
1 parent 2ae162a commit 6c46d59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/landing/getstartedsection.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import Link from 'next/link';
import { useState } from 'react';

const GetStartedSection = () => {
const [npmText, npmCopied] = useState('npm i primereact');
const [downloadIcon, copiedIcon] = useState('pi pi-download mr-3 download-icon');

return (
<section className="landing-getstarted flex flex-column md:flex-row align-items-center justify-content-center mt-8 z-1">
<Link href="/installation">
Expand Down

0 comments on commit 6c46d59

Please sign in to comment.