Skip to content

Commit

Permalink
update search url (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
wd0517 committed May 17, 2024
1 parent 8f5dc8b commit 57f4e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/site-components/src/components/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const Header = ({showSearch = true}: HeaderProps): JSX.Element => {
>
<>
<div className="ti-site-header-button">
<a href="https://search.asktug.com/blog" target='_blank' rel='noreferrer'><SearchOutlined /></a>
<a href="https://search.asktug.com/" target='_blank' rel='noreferrer'><SearchOutlined /></a>
</div>
<HeaderNotifications/>
<HeaderPrivateMessages
Expand Down

0 comments on commit 57f4e5c

Please sign in to comment.