Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
BohuTANG authored Dec 29, 2023
1 parent 27cadf0 commit 413aaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/ProcuctName/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const ProductName: FC<IProps> = ({showSponser}): ReactElement=> {
showSponser &&
<span className={styles.sponser}>
Powered by <a className={styles.link} target="_blank" href="https://www.databend.com" rel="noreferrer">Databend Cloud </a>
and <a className={styles.link} target="_blank" href="https://docs.databend.com/sql/sql-functions/ai-functions/" rel="noreferrer">AI Functions</a>
and <a className={styles.link} target="_blank" href="https://docs.databend.com/guides/ai-functions/" rel="noreferrer">AI Functions</a>
</span>
}
</div>
Expand Down

1 comment on commit 413aaee

@vercel
Copy link

@vercel vercel bot commented on 413aaee Dec 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.