Skip to content

Commit

Permalink
eslint whore
Browse files Browse the repository at this point in the history
  • Loading branch information
xfy777 committed May 31, 2024
1 parent 4efcb56 commit cf337e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion components/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const About: React.FC = () => {
</p>

<p className="text-base md:text-lg text-gray-200 mb-8">
I'm also the owner of{" "}
I&apos;m also the owner of{" "}
<Link className="text-indigo-500" href="https://tritan.gg">
Tritan Internet
</Link>
Expand Down
1 change: 0 additions & 1 deletion components/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const Projects: React.FC = () => {
<p className="text-gray-300 text-center">{project.description}</p>
<div className="flex justify-center mt-auto">
{" "}
{/* Centered button */}
<Link
href={project.link}
className="mt-5 mb-5 text-white font-semibold py-3 px-6 rounded-lg shadow-md inline-block border border-zinc-800 bg-zinc-800 hover:bg-zinc-900"
Expand Down

0 comments on commit cf337e5

Please sign in to comment.