Skip to content

Commit

Permalink
feat: add Galacean ad (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
killagu authored Nov 22, 2023
1 parent 411685b commit c15b6a0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/components/AdHire.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ export default function AdHire() {
banner
closable
message={
<Button href="https://zhuanlan.zhihu.com/p/598748057" target="_blank" type="link">
蚂蚁体验技术部-上海招人啦
</Button>
<>
<Button href="https://zhuanlan.zhihu.com/p/598748057" target="_blank" type="link">
蚂蚁体验技术部-上海招人啦
</Button>
<Button href="https://galacean.antgroup.com/effects/" target="_blank" type="link">
Galacean Effects · 所见即所得的动效新方案。前往了解
</Button>
</>
}
showIcon={false}
type="info"
Expand Down

0 comments on commit c15b6a0

Please sign in to comment.