Skip to content

Commit

Permalink
feat: add blank target for Banner
Browse files Browse the repository at this point in the history
  • Loading branch information
TwilightLogic committed Jun 5, 2024
1 parent 1819e4b commit bbda55d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion infra/rooch-portal/src/components/banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ export const Banner: React.FC<BannerProps> = ({ onClose }) => {
<span className="sr-only">Rooch</span>
</span>
<span>
Rooch Portal is at the beta testing version. Learn More about {' '}
Rooch Portal is at the beta testing version. Learn More about{' '}
<a
target="_blank"
rel="noopener noreferrer"
href="https://rooch.network/learn/miscellaneous/portal"
className="inline font-medium text-blue-600 underline dark:text-blue-500 underline-offset-2 decoration-600 dark:decoration-500 decoration-solid hover:text-blue-500 dark:hover:text-blue-400 transition-all"
>
Expand Down

0 comments on commit bbda55d

Please sign in to comment.