Skip to content

Commit

Permalink
feat: add link to portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Jul 5, 2024
1 parent 053e119 commit 46ac750
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/magickbase/src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ export const Footer: FC<FooterProps> = ({
<LinkWithEffect href="https://lumos-website.vercel.app/" target="_blank">
{t('Lumos')}
</LinkWithEffect>
<LinkWithEffect href="https://portfolio.magickbase.com/" target="_blank">
{t('Portfolio')}
</LinkWithEffect>
</div>
</div>

Expand Down
1 change: 1 addition & 0 deletions packages/magickbase/src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ const MenuDialog: FC<Pick<HeaderProps, 'navMenuGroupName' | 'navMenus'>> = ({ na
<LinkWithEffect href="https://github.com/Magickbase/blockscan">{t('Axon Explorer')}</LinkWithEffect>
<LinkWithEffect href="https://lumos-website.vercel.app/">{t('Lumos')}</LinkWithEffect>
<LinkWithEffect href="https://github.com/ckb-js/kuai">{t('Kuai')}</LinkWithEffect>
<LinkWithEffect href="https://portfolio.magickbase.com/">{t('Portfolio')}</LinkWithEffect>
</div>

<LinkWithEffect className={styles.title} href="https://status-website-delta.vercel.app">
Expand Down
3 changes: 3 additions & 0 deletions packages/status/src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ export const Footer: FC<FooterProps> = ({
<LinkWithEffect href="https://lumos-website.vercel.app/" target="_blank">
{t('Lumos')}
</LinkWithEffect>
<LinkWithEffect href="https://portfolio.magickbase.com/" target="_blank">
{t('Portfolio')}
</LinkWithEffect>
</div>
</div>

Expand Down
1 change: 1 addition & 0 deletions packages/status/src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ const MenuDialog: FC<Pick<HeaderProps, 'navMenuGroupName' | 'navMenus'>> = ({ na
<LinkWithEffect href="https://github.com/Magickbase/blockscan">{t('Axon Explorer')}</LinkWithEffect>
<LinkWithEffect href="https://lumos-website.vercel.app/">{t('Lumos')}</LinkWithEffect>
<LinkWithEffect href="https://github.com/ckb-js/kuai">{t('Kuai')}</LinkWithEffect>
<LinkWithEffect href="https://portfolio.magickbase.com">{t('Portfolio')}</LinkWithEffect>
</div>

<LinkWithEffect className={styles.title} href="https://status-website-delta.vercel.app">
Expand Down

0 comments on commit 46ac750

Please sign in to comment.