|
|
|
@ -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" |
|
|
|
|