Skip to content

Commit

Permalink
Fixed lint issues in Members
Browse files Browse the repository at this point in the history
  • Loading branch information
Geethika-Kancharla committed Oct 15, 2024
1 parent ce39c55 commit e3f9b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Members.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export default function Members() {
return (
<div className="flex flex-col justify-center items-center w-full space-y-4 mt-24 bg-black">
<h1 className="text-center font-bold text-4xl text-white">
Point Blank's Team
Point Blank&apos;s Team
</h1>
<div className="w-full max-w-6xl px-2">
{loading ? (
Expand Down

0 comments on commit e3f9b9c

Please sign in to comment.