Skip to content

Commit

Permalink
[fix]logo
Browse files Browse the repository at this point in the history
  • Loading branch information
wb-lyb830048 committed Dec 28, 2023
1 parent cba351a commit 7deea0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/common/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const posts = await getEntries(HEADER_ACTIVITY_CARD as any);
<div style={`height: ${height}`} class:list={["nav", "bg-gray-14", "relative", "top-0", "right-0", "bottom-0", "left-0", "flex", "items-center", "justify-between",]}>
<!-- logo -->
<a href="/">
<img class="logo" src="/nacos_white.png" />
<img class="logo" src="https://img.alicdn.com/imgextra/i4/O1CN01rW3vAB1FDWKSOiFf0_!!6000000000453-2-tps-204-40.png" />
</a>
<!-- 菜单 -->
<div class="pc_nav_menu flex h-full items-center">
Expand Down Expand Up @@ -241,7 +241,7 @@ const posts = await getEntries(HEADER_ACTIVITY_CARD as any);
class:list={["mobile_nav", "bg-gray-14", "px-8", "flex", "items-center", "justify-start",]}
>
<a href="/">
<img class="logo" src="/nacos_white.png" />
<img class="logo" src="https://img.alicdn.com/imgextra/i4/O1CN01rW3vAB1FDWKSOiFf0_!!6000000000453-2-tps-204-40.png" />
</a>
<div class="menu_close flex items-center cursor-pointer">
<button class="text-gray-01 bg-gray-14 flex items-center">
Expand Down
1 change: 1 addition & 0 deletions src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Astro.props.lang = lang;
<Head entry={headEntry} />
<meta name="generator" content={Astro.generator} />
<title>{title}</title>
<link data-rh="true" rel="icon" href="https://img.alicdn.com/tfs/TB1hgJpHAPoK1RjSZKbXXX1IXXa-64-64.png">
</head>
<body>
<HomeHeader align="home" position={position} lang={Astro.props.lang} {...Astro.props} />
Expand Down

0 comments on commit 7deea0c

Please sign in to comment.