Skip to content

Commit

Permalink
refactor: remove outdated patch notes placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
jayson237 committed Nov 12, 2024
1 parent 4a1f806 commit cfba6c7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions components/wiki/patches/patches-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,7 @@ export default function PatchContainer({ patches }: IPatch) {

return (
<div className="mt-4 flex w-full flex-col">
<p className="text-lg ml-2 text-gray-400">
We are currently in the process of updating the patch notes, striving to
provide you with the most accurate and valuable information. Thank you
for your patience as we work to deliver the best experience possible.
</p>
{/* <div className="flex flex-col">
<div className="flex flex-col">
{sortedYears.map((year, i) => (
<React.Fragment key={year}>
<div className="flex flex-row items-center">
Expand Down Expand Up @@ -84,7 +79,7 @@ export default function PatchContainer({ patches }: IPatch) {
))}
</React.Fragment>
))}
</div> */}
</div>
</div>
);
}

1 comment on commit cfba6c7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for mlbb-fyi ready!

✅ Preview
https://mlbb-h8ufodnc2-jinjays.vercel.app

Built with commit cfba6c7.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.