Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from oiov:main #3

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
upd: change status link
  • Loading branch information
oiov committed Jun 13, 2024
commit c0983b5da14e20ba3d8fa699237549168537bfde
4 changes: 2 additions & 2 deletions apps/remix/app/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ export default function Footer() {
</Link>
<Link
className="text-gray-300 text-sm hover:text-gray-500 ml-1 hidden md:block"
to="https://status.vmail.dev"
to="https://status.wr.do"
target="_blank">
路 Status
</Link>
<div className="flex items-center gap-3 mt-3 sm:ml-3 sm:mt-0 md:hidden text-sm text-gray-300">
<Link to="/about">{t("About")}</Link>
<Link to="/privacy">{t("Privacy")}</Link>
<Link to="/terms">{t("Terms")}</Link>
<Link to="https://status.vmail.dev" target="_blank">
<Link to="https://status.wr.do" target="_blank">
Status
</Link>
</div>
Expand Down