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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "tip box with info about issues" #237

Merged
merged 1 commit into from
Aug 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
7 changes: 4 additions & 3 deletions src/components/tip/TipCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ export function TipCard() {
if (!show) return null;
return (
<Card className="w-100 sm:w-[31rem]">
<h2 className="text-blue-500 sm:text-lg">Important Notice</h2>
<h2 className="text-blue-500 sm:text-lg">Bridge Tokens with Hyperlane Warp Routes!</h2>
<div className="flex items-end justify-between">
<p className="mt-1 text-xs sm:text-sm max-w-[70%]">
Update as of Saturday August 31, 4:00PM UTC:<br/>There are currently issues bridging from Redstone, Zetachain, and Fraxtal. This is expected to be resolved in a few hours.<br/>Any in-flight transfers are safe and will be delivered after the issue has been resolved.
Warp Routes make it easy to permissionlessly take your tokens interchain. Fork this
template to get started!
</p>
<a
href={links.discord}
href={links.github}
target="_blank"
rel="noopener noreferrer"
className="ml-2 px-3 py-1.5 flex items-center bg-gray-100 hover:bg-gray-200 active:bg-gray-300 text-xs sm:text-sm text-blue-500 rounded-full transition-all"
Expand Down
2 changes: 1 addition & 1 deletion src/consts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const config: Config = Object.freeze({
version,
registryUrl,
explorerApiKeys,
showTipBox: true,
showTipBox: false,
showDisabledTokens: true,
walletConnectProjectId,
withdrawalWhitelist,
Expand Down
Loading