Skip to content

Commit

Permalink
✨ feat(layout.tsx): change hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
M0rtzz committed Jun 4, 2024
1 parent 39142cb commit a9c32dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default function RootLayout({ children }) {
style={{ marginTop: '-3px', marginRight: '5px' }}
/>
<a
href='https://beian.miit.gov.cn/'
href='https://beian.mps.gov.cn/#/query/webSearch'
target='_blank'
style={{ color: '#1E90FF', textDecoration: 'none' }}
>
Expand All @@ -143,7 +143,7 @@ export default function RootLayout({ children }) {
style={{ marginTop: '-3px', marginRight: '5px' }}
/>
<a
href='https://beian.miit.gov.cn/'
href='https://beian.miit.gov.cn'
target='_blank'
style={{ color: '#1E90FF', textDecoration: 'none' }}
>
Expand Down

0 comments on commit a9c32dc

Please sign in to comment.