Skip to content

Commit

Permalink
fixed symbol issue
Browse files Browse the repository at this point in the history
  • Loading branch information
paur94 committed Sep 5, 2024
1 parent f3227fe commit 0fb4132
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/notFound.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ export default function NotFound() {
<section className="fixed inset-0 flex items-center justify-center">
<NotFoundBackground className="absolute"/>
<div className="flex flex-col items-center justify-center text-center p-4 relative z-20">
<h1 className="text-2xl font-semibold text-white md:text-4xl">We Couldn't find any logs</h1>
<h1 className="text-2xl font-semibold text-white md:text-4xl">We couldn&#39;t find any logs</h1>
<p className="text-base text-primary-text-placeholder mt-2">Please make sure you entered a valid address/source Tx/destination TX.</p>
<span className="text-base text-primary-text-placeholder block">if the issue persists, you can contact our support.</span>
<span className="text-base text-primary-text-placeholder block">If the issue persists, you can contact our support.</span>
<div className="flex items-center mt-6 gap-x-3">
<Link href={'/'} className="w-full px-5 py-2 text-sm tracking-wide text-primary-text transition-colors duration-200 bg-secondary-600 rounded-lg shrink-0 sm:w-auto hover:bg-secondary-700/80">
Clear search
</Link>
</div>
</div>
</section>
)
}
);
}

0 comments on commit 0fb4132

Please sign in to comment.