Skip to content

Commit

Permalink
fix error ' when building the project
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhamfadheel committed Oct 7, 2024
1 parent cca37a3 commit 5283b00
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 91 deletions.
6 changes: 3 additions & 3 deletions components/landing-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function LandingPageComponent() {
<span className="sr-only">Web3 Risk Score</span>
</Link>
<nav className="ml-auto flex gap-4 sm:gap-6">
<Link
<Link
className="text-sm font-medium hover:underline underline-offset-4"
href="#how-it-works"
>
Expand Down Expand Up @@ -65,7 +65,7 @@ export function LandingPageComponent() {
Our 10-Point Scoring System
</h2>
<p className="text-center mb-12 max-w-2xl mx-auto text-gray-600 dark:text-gray-300">
We analyze various aspects of a project's Twitter presence to provide a comprehensive risk assessment. Here's what we look for:
We analyze various aspects of a project&apos;s Twitter presence to provide a comprehensive risk assessment. Here&apos;s what we look for:
</p>
<div className="grid gap-6 lg:grid-cols-2">
{[
Expand Down Expand Up @@ -159,7 +159,7 @@ export function LandingPageComponent() {
</div>
</section>
</main>
<FooterComponent/>
<FooterComponent />
</div>
);
}
40 changes: 37 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5283b00

Please sign in to comment.