Skip to content

Commit

Permalink
Merge pull request #46 from rk234/maintenance-and-fixes
Browse files Browse the repository at this point in the history
rename imgs + spelling fix
  • Loading branch information
rk234 authored May 29, 2024
2 parents b634dee + 7cd16e4 commit d6c760b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/me/help/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function HelpPage() {
</div>
<hr className="border border-slate-600 mb-4" />
<p className="text-lg mb-4">
Encouter issues or have questions? Contact us on <a href="https://discord.gg/FrP9ahy7Gr" target="_blank" className="font-bold underline">Discord</a> or at <a className="font-bold underline" href="mailto:mdhocohoc@gmail.com"> mdhocohoc@gmail.com </a>.
Encounter issues or have questions? Contact us on <a href="https://discord.gg/FrP9ahy7Gr" target="_blank" className="font-bold underline">Discord</a> or at <a className="font-bold underline" href="mailto:mdhocohoc@gmail.com"> mdhocohoc@gmail.com </a>.
</p>
{status && status.statusMessage.length > 0 ?
<div className="p-2 bg-amber-400/50 rounded border border-amber-400">
Expand Down

0 comments on commit d6c760b

Please sign in to comment.